Add quota error to sentry ignore

This commit is contained in:
Mitchell McCaffrey 2020-11-26 16:27:41 +11:00
parent 95d0509693
commit 8160a98c49

View File

@ -17,7 +17,7 @@ import "./index.css";
// "https://bc1e2edfe7ca453f8e7357a48693979e@o467475.ingest.sentry.io/5493956",
// release: "owlbear-rodeo@" + process.env.REACT_APP_VERSION,
// // Ignore resize error as it is triggered by going fullscreen on slower computers
// ignoreErrors: ["ResizeObserver loop limit exceeded"],
// ignoreErrors: ["ResizeObserver loop limit exceeded", "AbortError: QuotaExceededError"],
// });
// }