Skip to content

Commit

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

Please sign in to comment.