From e267e94d1efc40b1321ed21ec78fb5fca1c7191a Mon Sep 17 00:00:00 2001 From: Rohan Moniz <60864468+rm03@users.noreply.github.com> Date: Sun, 15 Sep 2024 12:09:27 -0400 Subject: [PATCH] sample 1% of transactions --- backend/pennclubs/settings/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pennclubs/settings/production.py b/backend/pennclubs/settings/production.py index dff70db2e..bea022416 100644 --- a/backend/pennclubs/settings/production.py +++ b/backend/pennclubs/settings/production.py @@ -26,7 +26,7 @@ integrations=[DjangoIntegration(cache_spans=True)], send_default_pii=False, enable_tracing=True, - traces_sample_rate=0.05, + traces_sample_rate=0.01, profiles_sample_rate=1.0, )