increase sentry sample rate to 100%

This commit is contained in:
Brian Gough 2014-12-18 09:29:23 +00:00
parent 7429e7845d
commit 505675803b

View file

@ -97,8 +97,8 @@ html(itemscope, itemtype='http://schema.org/Product')
/metrics\.itunes\.apple\.com\.edgesuite\.net\//i
],
shouldSendCallback: function(data) {
// only send a percentage of errors
var sampleRate = 0.01;
// only send a fraction of errors
var sampleRate = 1.00;
return (Math.random() <= sampleRate);
}
// we highly recommend restricting exceptions to a domain in order to filter out clutter