Add entries to sentry ignore

This commit is contained in:
Mitchell McCaffrey 2021-08-22 12:50:57 +10:00
parent a9909e77d7
commit b36bec5d9b

View File

@ -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",