Skip to content

Commit 3b1db2d

Browse files
chore: Reduce sentry sampling rate (#6752)
1 parent 17671d0 commit 3b1db2d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

api/integrations/sentry/samplers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from django.conf import settings
44

5-
NON_FUNCTIONAL_ENDPOINTS = ("/health", "")
5+
NON_FUNCTIONAL_ENDPOINTS = ("/health", "", "/api/v1/analytics/telemetry/")
66
SDK_ENDPOINTS = {
77
"/api/v1/flags",
88
"/api/v1/identities",

infrastructure/aws/production/ecs-task-definition-admin-api.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@
216216
{
217217
"name": "SEGMENT_RULES_CONDITIONS_EXPLICIT_ORDERING_ENABLED",
218218
"value": "True"
219+
},
220+
{
221+
"name": "DASHBOARD_ENDPOINTS_SENTRY_TRACE_SAMPLE_RATE",
222+
"value": "0.5"
219223
}
220224
],
221225
"secrets": [

0 commit comments

Comments
 (0)