Skip to content

Commit

Permalink
typo in traces sample rate arg
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jan 9, 2024
1 parent a8df80a commit 3134459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chicago/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
integrations=[DjangoIntegration()],
release=f"{os.environ['HEROKU_RELEASE_VERSION']}-{os.environ['HEROKU_APP_NAME']}",
enable_tracing=True,
traces_sampling_rate=0.05,
traces_sample_rate=0.05,
)

DATABASES = {}
Expand Down

0 comments on commit 3134459

Please sign in to comment.