2
0

chore: 🔧 Ignore Resize exceeded error in Sentry

This commit is contained in:
Baptiste Arnaud
2022-02-17 10:52:58 +01:00
parent 6e0ab67502
commit 3313bdaa8a
4 changed files with 4 additions and 12 deletions

View File

@ -6,4 +6,5 @@ import * as Sentry from '@sentry/nextjs'
Sentry.init({
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
ignoreErrors: ['ResizeObserver loop limit exceeded'],
})