From 7df12bf8efc4f4f60604096cef439a31811a25c3 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Tue, 26 Mar 2024 21:20:10 +0000 Subject: Enable Sentry performance tracing --- bot/log.py | 1 + 1 file changed, 1 insertion(+) 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, ) -- cgit v1.2.3