Skip to content

Commit

Permalink
🔧(sentry) reduce trace
Browse files Browse the repository at this point in the history
we reduce trace to reduce spamming on sentry
  • Loading branch information
mjeammet committed Oct 8, 2024
1 parent 6b7f006 commit cf2bac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/people/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def post_setup(cls):
environment=cls.__name__.lower(),
release=get_release(),
integrations=[DjangoIntegration()],
traces_sample_rate=1.0,
traces_sample_rate=0.1,
)
with sentry_sdk.configure_scope() as scope:
scope.set_extra("application", "backend")
Expand Down

0 comments on commit cf2bac7

Please sign in to comment.