Skip to content

Commit

Permalink
cookiecutter: Enable Sentry Performance
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 2, 2024
1 parent 1a6d3ff commit 3967bbd
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 @@ -228,7 +228,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,
)


Expand Down

0 comments on commit 3967bbd

Please sign in to comment.