fix: Ignore safely ignored loop error

closes #1646
This commit is contained in:
Tom Moor
2020-11-11 17:05:05 -08:00
parent a94012a03a
commit 735d5cbf26

View File

@@ -52,6 +52,7 @@
window.Sentry.init({ window.Sentry.init({
dsn: "//inject-sentry-dsn//", dsn: "//inject-sentry-dsn//",
ignoreErrors: [ ignoreErrors: [
"ResizeObserver loop limit exceeded",
"AuthorizationError", "AuthorizationError",
"NetworkError", "NetworkError",
"NotFoundError", "NotFoundError",