aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-03-26 21:20:10 +0000
committerGravatar Chris Lovering <[email protected]>2024-03-26 21:20:10 +0000
commit7df12bf8efc4f4f60604096cef439a31811a25c3 (patch)
tree7e9a9cd5259335841956b4d82eb3f436a90d5509
parentMerge pull request #2981 from python-discord/init-sentry-after-event-loop-cre... (diff)
Enable Sentry performance tracing
-rw-r--r--bot/log.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/log.py b/bot/log.py
index e8ac25366..d9fe9e3f9 100644
--- a/bot/log.py
+++ b/bot/log.py
@@ -60,6 +60,7 @@ def setup_sentry() -> None:
AsyncioIntegration(),
],
release=f"bot@{constants.GIT_SHA}",
+ enable_tracing=True,
)