diff --git a/pro/src/sentry.ts b/pro/src/sentry.ts index 5f3910c15bc..cf170179452 100644 --- a/pro/src/sentry.ts +++ b/pro/src/sentry.ts @@ -72,6 +72,9 @@ export const initializeSentry = () => { 'ResizeObserver loop completed with undelivered notifications', // Firebase fails install when user lost connectivity for a moment 'Could not process request. Application offline', + // Error when Outlook scans a link + // https://github.com/getsentry/sentry-javascript/issues/3440 + 'Non-Error promise rejection captured with value: Object Not Found Matching Id', ], denyUrls: [ // Facebook flakiness