|
@@ -25,7 +25,10 @@ class _SentryLogger {
|
|
initialize(DSN: string) {
|
|
initialize(DSN: string) {
|
|
Sentry.init({
|
|
Sentry.init({
|
|
dsn: DSN,
|
|
dsn: DSN,
|
|
- ignoreErrors: ['ResizeObserver loop limit exceeded'],
|
|
|
|
|
|
+ ignoreErrors: [
|
|
|
|
+ 'ResizeObserver loop limit exceeded',
|
|
|
|
+ 'ResizeObserver loop completed with undelivered notifications',
|
|
|
|
+ ],
|
|
})
|
|
})
|
|
this.initialized = true
|
|
this.initialized = true
|
|
}
|
|
}
|