From a5578fee4238d070d11bb48c5d48d57e5594f368 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Tue, 4 Jun 2024 11:05:34 +0100 Subject: [PATCH] Reduce Sentry sampling rate --- infrastructure/aws/production/ecs-task-definition-web.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/aws/production/ecs-task-definition-web.json b/infrastructure/aws/production/ecs-task-definition-web.json index e98f5bce901e..3d5cdd1a9c5e 100644 --- a/infrastructure/aws/production/ecs-task-definition-web.json +++ b/infrastructure/aws/production/ecs-task-definition-web.json @@ -137,7 +137,7 @@ }, { "name": "DASHBOARD_ENDPOINTS_SENTRY_TRACE_SAMPLE_RATE", - "value": "0.01" + "value": "0.002" }, { "name": "SLACK_CLIENT_ID",