From f19555d2669df2b447f66921cdb3ef1a13de70de Mon Sep 17 00:00:00 2001 From: ruuushhh <66899387+ruuushhh@users.noreply.github.com> Date: Thu, 18 May 2023 15:48:37 +0530 Subject: [PATCH] Get all errors to sentry (#21) --- fyle_partner_dashboard_api/sentry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fyle_partner_dashboard_api/sentry.py b/fyle_partner_dashboard_api/sentry.py index 9378d11..0834728 100644 --- a/fyle_partner_dashboard_api/sentry.py +++ b/fyle_partner_dashboard_api/sentry.py @@ -31,7 +31,7 @@ def traces_sampler(sampling_context): if 'ready/' in sampling_context['wsgi_environ']['PATH_INFO']: return 0 - return 0.5 + return 1 @staticmethod def before_send(event, hint):