Skip to content

Commit

Permalink
Enable tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmwatson committed Jan 10, 2024
1 parent bf4fa9c commit e9d19b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pombola/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ def show_toolbar(request):
if os.environ.get("SENTRY_DSN"):
sentry_sdk.init(
dsn=os.environ.get("SENTRY_DSN"),
enable_tracing=True,
integrations=[DjangoIntegration()],
environment=os.environ.get("ENVIRONMENT"),
traces_sample_rate=os.environ.get("SENTRY_TRACES_SAMPLE_RATE", 1.0),
Expand Down

0 comments on commit e9d19b3

Please sign in to comment.