Skip to content

Commit

Permalink
reduce tracing sampling rate
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jan 9, 2024
1 parent 90281f6 commit f6723bb
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 @@ -39,6 +39,7 @@
integrations=[DjangoIntegration()],
release=f"{os.environ['HEROKU_RELEASE_VERSION']}-{os.environ['HEROKU_APP_NAME']}",
enable_tracing=True,
traces_sampling_rate=0.05,
)

DATABASES = {}
Expand Down

0 comments on commit f6723bb

Please sign in to comment.