chore: 🔧 Ignore Resize exceeded error in Sentry
This commit is contained in:
@ -6,4 +6,5 @@ import * as Sentry from '@sentry/nextjs'
|
||||
|
||||
Sentry.init({
|
||||
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
|
||||
ignoreErrors: ['ResizeObserver loop limit exceeded'],
|
||||
})
|
||||
|
Reference in New Issue
Block a user