Skip to content

Commit

Permalink
(BSR)[PRO] fix: ignore Sentry error when Outlook scans link
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbericTrancart committed Apr 8, 2024
1 parent f10ac49 commit 0052b1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pro/src/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0052b1b

Please sign in to comment.