From 8bd9246274ff1ce8161976183ebb490f337bac94 Mon Sep 17 00:00:00 2001 From: Melissa Autumn Date: Mon, 29 Apr 2024 09:48:14 -0700 Subject: [PATCH] Capture every error on prod for now --- backend/src/appointment/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/appointment/main.py b/backend/src/appointment/main.py index 2c24bf0c2..8c2549048 100644 --- a/backend/src/appointment/main.py +++ b/backend/src/appointment/main.py @@ -75,7 +75,7 @@ def _common_setup(): sample_rate = 1.0 elif environment == 'production': profile_traces_max = 0.25 - sample_rate = 0.5 + sample_rate = 1.0 def traces_sampler(sampling_context): """Tell Sentry to ignore or reduce traces for particular routes"""