Skip to content

Commit f535aba

Browse files
committed
go-api(staging): lower sentry sample rate
avoid pushing to much data to self hosted sentry
1 parent daa07be commit f535aba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/go-api/helm/ifrcgo-helm/values-staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
GO_ENVIRONMENT: staging
2121
IFRC_TRANSLATION_DOMAIN: https://ifrc-translationapi-staging.azurewebsites.net
2222
SENTRY_DSN: https://342632f67ea942c9bde214c0bb7e91be@sentry.northeurope.cloudapp.azure.com/2
23-
SENTRY_SAMPLE_RATE: "0.9"
23+
SENTRY_SAMPLE_RATE: "0.3"
2424

2525
api:
2626
domain: goadmin-stage.ifrc.org

0 commit comments

Comments
 (0)