aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,
)