decrease sentry sample rate to 1%
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user