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 d11d1f3 commit 715e2e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ and this project adheres to

### Fixed

- πŸ›(sentry) fix duplicated sentry errors #479
- πŸ›(script) improve and fix release script


## [1.3.1] - 2024-10-18

## [1.3.0] - 2024-10-18
Expand Down
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 715e2e2

Please sign in to comment.