Skip to content

Commit

Permalink
ignore ResizeObserver errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Oct 12, 2023
1 parent b88afa1 commit d6f0a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/app/sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ init({
/^https?:\/\/localhost(?::\d+)?(?:\/.*)?/i,
/^\//i,
],
ignoreErrors: [/^ResizeObserver loop completed with undelivered notifications.$/],
})

0 comments on commit d6f0a5d

Please sign in to comment.