feat(account): 🗃️Add api token
This commit is contained in:
@@ -6,5 +6,8 @@ import * as Sentry from '@sentry/nextjs'
|
||||
|
||||
Sentry.init({
|
||||
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
|
||||
ignoreErrors: ['ResizeObserver loop limit exceeded'],
|
||||
ignoreErrors: [
|
||||
'ResizeObserver loop limit exceeded',
|
||||
'ResizeObserver loop completed with undelivered notifications.',
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user