diff --git a/services/web/app/views/sentry.jade b/services/web/app/views/sentry.jade index d1c6115030..3544ab71b6 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 = 1.00; + var sampleRate = 0.05; return (Math.random() <= sampleRate); }, dataCallback: function(data) {