Added ignore to quota error
This commit is contained in:
parent
7346eced44
commit
15750c2143
@ -17,7 +17,8 @@ if (process.env.NODE_ENV === "production") {
|
|||||||
"https://bc1e2edfe7ca453f8e7357a48693979e@o467475.ingest.sentry.io/5493956",
|
"https://bc1e2edfe7ca453f8e7357a48693979e@o467475.ingest.sentry.io/5493956",
|
||||||
release: "owlbear-rodeo@" + process.env.REACT_APP_VERSION,
|
release: "owlbear-rodeo@" + process.env.REACT_APP_VERSION,
|
||||||
// Ignore resize error as it is triggered by going fullscreen on slower computers
|
// 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"],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user