Skip to content

Commit

Permalink
feat: Enable Sentry Performance
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 2, 2024
1 parent c389150 commit f367d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
sentry_sdk.init(
dsn=os.getenv("SENTRY_DSN"),
integrations=[DjangoIntegration()],
traces_sample_rate=0, # The Sentry plan does not include Performance.
traces_sample_rate=1.0,
)

# https://django-modeltranslation.readthedocs.io/en/latest/installation.html#modeltranslation-default-language
Expand Down

0 comments on commit f367d21

Please sign in to comment.