diff --git a/app/scripts/lib/setupSentry.js b/app/scripts/lib/setupSentry.js index 30d9bd34671b..d336d2bb899c 100644 --- a/app/scripts/lib/setupSentry.js +++ b/app/scripts/lib/setupSentry.js @@ -123,7 +123,7 @@ function getTracesSampleRate(sentryTarget) { return 1.0; } - return 0.01; + return 0.02; } /**