From aa34cdc220de80107460a08e4ba840a16877cdbc Mon Sep 17 00:00:00 2001 From: Evan Tung Date: Tue, 1 Oct 2024 19:07:13 -0400 Subject: [PATCH] fix: calibrate trace rate --- sibyl/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sibyl/settings.py b/sibyl/settings.py index f6dff59..42d2eba 100644 --- a/sibyl/settings.py +++ b/sibyl/settings.py @@ -164,7 +164,7 @@ dsn="https://5db3e0ba1c5afa81a69054606357b5c1@o4507124907638784.ingest.us.sentry.io/4507124912357376", # Set traces_sample_rate to 1.0 to capture 100% # of transactions for performance monitoring. - traces_sample_rate=1, + traces_sample_rate=1 / 5, # Set profiles_sample_rate to 1.0 to profile 100% # of sampled transactions. # We recommend adjusting this value in production.