mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user