Skip to content

Commit

Permalink
reduce sentry sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Apr 28, 2024
1 parent 7a1d59a commit d1f4cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sibyl/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@
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.0,
traces_sample_rate=0.25,
# Set profiles_sample_rate to 1.0 to profile 100%
# of sampled transactions.
# We recommend adjusting this value in production.
profiles_sample_rate=1.0,
profiles_sample_rate=0.25,
enable_tracing=True,
environment=os.getenv("ENV")
)

0 comments on commit d1f4cf5

Please sign in to comment.