diff --git a/services/web/frontend/js/infrastructure/error-reporter.js b/services/web/frontend/js/infrastructure/error-reporter.js index 272619b3e1..1c95ba0b9a 100644 --- a/services/web/frontend/js/infrastructure/error-reporter.js +++ b/services/web/frontend/js/infrastructure/error-reporter.js @@ -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) {