Skip to content

Commit e9d19b3

Browse files
committed
Enable tracing
1 parent bf4fa9c commit e9d19b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pombola/settings/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ def show_toolbar(request):
720720
if os.environ.get("SENTRY_DSN"):
721721
sentry_sdk.init(
722722
dsn=os.environ.get("SENTRY_DSN"),
723+
enable_tracing=True,
723724
integrations=[DjangoIntegration()],
724725
environment=os.environ.get("ENVIRONMENT"),
725726
traces_sample_rate=os.environ.get("SENTRY_TRACES_SAMPLE_RATE", 1.0),

0 commit comments

Comments
 (0)