Skip to content

Commit

Permalink
Ignore ResizeObserver loop error
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Sep 27, 2024
1 parent 63612f0 commit 0cd0bd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/plugins/01.sentry.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export default defineNuxtPlugin((nuxtApp) => {
environment: sentry.environment,
release: semanticVersion,
app: nuxtApp.vueApp,
ignoreErrors: [
// Can be safely ignored, @see https://github.com/WICG/resize-observer/issues/38
/ResizeObserver loop limit exceeded/i,
],
})
Sentry.setContext("render context", { platform: "client" })

Expand Down

0 comments on commit 0cd0bd3

Please sign in to comment.