ResizeObserver loop completed with undelivered notifications

This commit is contained in:
Tom Moor
2021-02-13 08:43:22 -08:00
parent e9338df057
commit e49f3ab9fb

View File

@@ -16,6 +16,7 @@ export function initSentry(history: RouterHistory) {
],
tracesSampleRate: process.env.NODE_ENV === "production" ? 0.1 : 1,
ignoreErrors: [
"ResizeObserver loop completed with undelivered notifications",
"ResizeObserver loop limit exceeded",
"AuthorizationError",
"BadRequestError",