Merge branch 'Vendicated:main' into main

This commit is contained in:
thororen 2024-06-28 20:03:18 -04:00 committed by GitHub
commit 83ee2d7b47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 99 additions and 43 deletions

View file

@ -289,6 +289,8 @@ page.on("console", async e => {
page.on("error", e => console.error("[Error]", e.message));
page.on("pageerror", e => {
if (e.message.includes("Sentry successfully disabled")) return;
if (!e.message.startsWith("Object") && !e.message.includes("Cannot find module")) {
console.error("[Page Error]", e.message);
report.otherErrors.push(e.message);