fix: Error ResizeObserver loop completed with undelivered notifications. (#8680)

This commit is contained in:
Sivin Varghese
2024-01-11 01:14:13 +05:30
committed by GitHub
parent 50b2ca014e
commit 3c21f62485
2 changed files with 6 additions and 0 deletions

View File

@@ -51,6 +51,9 @@ if (window.errorLoggingConfig) {
/safari-extension:/i,
],
integrations: [new Integrations.BrowserTracing()],
ignoreErrors: [
'ResizeObserver loop completed with undelivered notifications',
],
});
}