Added ignore to quota error

This commit is contained in:
Mitchell McCaffrey 2020-11-28 08:51:56 +11:00
parent 7346eced44
commit 15750c2143

View File

@ -17,7 +17,8 @@ if (process.env.NODE_ENV === "production") {
"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"],
// Ignore quota error
ignoreErrors: ["ResizeObserver loop limit exceeded", "QuotaExceededError"],
});
}