fix: Error ResizeObserver loop completed with undelivered notifications. (#8680)
This commit is contained in:
parent
50b2ca014e
commit
3c21f62485
@ -51,6 +51,9 @@ if (window.errorLoggingConfig) {
|
||||
/safari-extension:/i,
|
||||
],
|
||||
integrations: [new Integrations.BrowserTracing()],
|
||||
ignoreErrors: [
|
||||
'ResizeObserver loop completed with undelivered notifications',
|
||||
],
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@ -35,6 +35,9 @@ if (window.errorLoggingConfig) {
|
||||
/safari-extension:/i,
|
||||
],
|
||||
integrations: [new Integrations.BrowserTracing()],
|
||||
ignoreErrors: [
|
||||
'ResizeObserver loop completed with undelivered notifications',
|
||||
],
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user