From b36bec5d9b3c0edbe0e6bb0551aac252dab49652 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Sun, 22 Aug 2021 12:50:57 +1000 Subject: [PATCH] Add entries to sentry ignore --- src/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index b9fe446..8c865ae 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -34,6 +34,9 @@ if (process.env.REACT_APP_LOGGING === "true") { // Ignore dexie error todo: fix ignoreErrors: [ "ResizeObserver loop limit exceeded", + "ResizeObserver loop completed with undelivered notifications", + // Konva error with FireFox 78 + "CanvasPattern.setTransform: Argument 1 does not implement interface SVGMatrix", "QuotaExceededError", "DatabaseClosedError", "XDR encoding failure",