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):