aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/log.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/bot/log.py b/bot/log.py
index 100cd06f6..236031f25 100644
--- a/bot/log.py
+++ b/bot/log.py
@@ -98,7 +98,11 @@ def setup_sentry() -> None:
sentry_logging,
RedisIntegration(),
],
- release=f"bot@{constants.GIT_SHA}"
+ release=f"bot@{constants.GIT_SHA}",
+ traces_sample_rate=0.5,
+ _experiments={
+ "profiles_sample_rate": 0.5,
+ },
)