From 0354c264103409f5cb4c06db42b591fe236e42ea Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Wed, 26 Jun 2024 11:24:19 +0100 Subject: [PATCH] chore: reduce sentry sample rate (#4244) --- 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 3d5cdd1a9c5e..32fce8246103 100644 --- a/infrastructure/aws/production/ecs-task-definition-web.json +++ b/infrastructure/aws/production/ecs-task-definition-web.json @@ -133,7 +133,7 @@ }, { "name": "SENTRY_TRACE_SAMPLE_RATE", - "value": "0.00003" + "value": "0.000003" }, { "name": "DASHBOARD_ENDPOINTS_SENTRY_TRACE_SAMPLE_RATE",