Add entries to sentry ignore
This commit is contained in:
parent
a9909e77d7
commit
b36bec5d9b
@ -34,6 +34,9 @@ if (process.env.REACT_APP_LOGGING === "true") {
|
|||||||
// Ignore dexie error todo: fix
|
// Ignore dexie error todo: fix
|
||||||
ignoreErrors: [
|
ignoreErrors: [
|
||||||
"ResizeObserver loop limit exceeded",
|
"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",
|
"QuotaExceededError",
|
||||||
"DatabaseClosedError",
|
"DatabaseClosedError",
|
||||||
"XDR encoding failure",
|
"XDR encoding failure",
|
||||||
|
Loading…
Reference in New Issue
Block a user