mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 21:41:50 +00:00
Merge pull request #4779 from overleaf/jpa-ignore-sentry-noise
[misc] ignore noisy error caused by Microsoft Outlook SafeLink crawler GitOrigin-RevId: 91b05dd21056c7313630acbe68f6989b6ada92d3
This commit is contained in:
parent
bcd5befbd4
commit
0c0bce71d8
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ function sentryReporter() {
|
|||
// Ignore spurious error from Ace internals - see https://github.com/overleaf/issues/issues/3321
|
||||
'ResizeObserver loop limit exceeded',
|
||||
'ResizeObserver loop completed with undelivered notifications.',
|
||||
// Microsoft Outlook SafeLink crawler
|
||||
// https://forum.sentry.io/t/unhandledrejection-non-error-promise-rejection-captured-with-value/14062
|
||||
/Non-Error promise rejection captured with value: Object Not Found Matching Id/,
|
||||
],
|
||||
|
||||
beforeSend(event) {
|
||||
|
|
Loading…
Reference in a new issue