Skip to content

Commit

Permalink
chore: Update Sentry trace rate in settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed May 7, 2024
1 parent 9621ebe commit 8f8d1df
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 @@ -168,7 +168,7 @@
# Set profiles_sample_rate to 1.0 to profile 100%
# of sampled transactions.
# We recommend adjusting this value in production.
profiles_sample_rate=1/30,
profiles_sample_rate=1,
enable_tracing=True,
environment=os.getenv("ENV")
)

0 comments on commit 8f8d1df

Please sign in to comment.