diff --git a/services/web/app/views/sentry.jade b/services/web/app/views/sentry.jade index 397e5bfafc..9fe5dd3b7d 100644 --- a/services/web/app/views/sentry.jade +++ b/services/web/app/views/sentry.jade @@ -57,7 +57,7 @@ ], shouldSendCallback: function(data) { // only send a fraction of errors - var sampleRate = 0.05; + var sampleRate = 0.01; return (Math.random() <= sampleRate); }, dataCallback: function(data) {