Skip to content

Commit

Permalink
Get all errors to sentry (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh authored May 18, 2023
1 parent f64af52 commit f19555d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fyle_partner_dashboard_api/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f19555d

Please sign in to comment.