From e49f3ab9fb720855987e17505cadc794e92eeb5a Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 13 Feb 2021 08:43:22 -0800 Subject: [PATCH] ResizeObserver loop completed with undelivered notifications --- app/utils/sentry.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/utils/sentry.js b/app/utils/sentry.js index 0885e78d0..3acabd5ca 100644 --- a/app/utils/sentry.js +++ b/app/utils/sentry.js @@ -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",