Skip to content

Commit

Permalink
πŸ›(sentry) fix duplicated sentry errors
Browse files Browse the repository at this point in the history
errors were sent to sentry twice
  • Loading branch information
mjeammet committed Oct 22, 2024
1 parent 6a22169 commit 3a644ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/people/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ def post_setup(cls):
release=get_release(),
integrations=[DjangoIntegration()],
traces_sample_rate=0.1,
default_integrations=False
)
with sentry_sdk.configure_scope() as scope:
scope.set_extra("application", "backend")
Expand Down

0 comments on commit 3a644ee

Please sign in to comment.