Skip to content

Commit

Permalink
turn on sentry tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jan 4, 2024
1 parent 3404d09 commit 570754e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chicago/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
dsn=os.environ["SENTRY_DSN"],
integrations=[DjangoIntegration()],
release=f"{os.environ['HEROKU_RELEASE_VERSION']}-{os.environ['HEROKU_APP_NAME']}",
enable_tracing=True,
)

DATABASES = {}
Expand Down

0 comments on commit 570754e

Please sign in to comment.