mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 07:05:59 +00:00
increase sentry sample rate to 100%
This commit is contained in:
parent
7429e7845d
commit
505675803b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue