From 0052b1bdb0b3c334a12c6adf722c68cf02596652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alb=C3=A9ric=20Trancart?= Date: Mon, 8 Apr 2024 14:08:52 +0200 Subject: [PATCH] (BSR)[PRO] fix: ignore Sentry error when Outlook scans link --- pro/src/sentry.ts | 3 +++ 1 file changed, 3 insertions(+) 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