diff --git a/app/scripts/lib/setupSentry.js b/app/scripts/lib/setupSentry.js index 627f46fa79fa..1b9e9f4ddbfc 100644 --- a/app/scripts/lib/setupSentry.js +++ b/app/scripts/lib/setupSentry.js @@ -125,7 +125,7 @@ function getTracesSampleRate(sentryTarget) { // Report very frequently on develop branch, and never on other branches // (Unless you use a `flags = {"sentry": {"tracesSampleRate": x.xx}}` override) if (flags.circleci.branch === 'develop') { - return 0.03; + return 0.015; } return 0; }