Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
fix: calibrate trace rate
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Oct 1, 2024
1 parent dfaace3 commit aa34cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sibyl/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
dsn="https://5db3e0ba1c5afa81a69054606357b5c1@o4507124907638784.ingest.us.sentry.io/4507124912357376",
# Set traces_sample_rate to 1.0 to capture 100%
# of transactions for performance monitoring.
traces_sample_rate=1,
traces_sample_rate=1 / 5,
# Set profiles_sample_rate to 1.0 to profile 100%
# of sampled transactions.
# We recommend adjusting this value in production.
Expand Down

0 comments on commit aa34cdc

Please sign in to comment.