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:
Jakob Ackermann 2021-08-16 16:58:36 +02:00 committed by Copybot
parent bcd5befbd4
commit 0c0bce71d8

View file

@ -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) {