From 735d5cbf269327315ef41fcdc84a4f67c8b23632 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 11 Nov 2020 17:05:05 -0800 Subject: [PATCH] fix: Ignore safely ignored loop error closes #1646 --- server/static/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/server/static/index.html b/server/static/index.html index d5ef94d9e..2f79916fb 100644 --- a/server/static/index.html +++ b/server/static/index.html @@ -52,6 +52,7 @@ window.Sentry.init({ dsn: "//inject-sentry-dsn//", ignoreErrors: [ + "ResizeObserver loop limit exceeded", "AuthorizationError", "NetworkError", "NotFoundError",