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 8a367dd commit c14d731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,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,
)

if "CORS_ALLOWED_ORIGINS" in os.environ:
Expand Down

0 comments on commit c14d731

Please sign in to comment.