Skip to content

Commit

Permalink
Add environment for Sentry tracing in settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Apr 21, 2024
1 parent 81afd24 commit 0531c87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sibyl/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,6 @@
# of sampled transactions.
# We recommend adjusting this value in production.
profiles_sample_rate=1.0,
enable_tracing=True
enable_tracing=True,
environment=os.getenv("ENV")
)

0 comments on commit 0531c87

Please sign in to comment.