This commit is contained in:
thororen1234 2024-08-15 00:56:59 -04:00
parent a002aab297
commit 88c8ae5f2b

View file

@ -303,6 +303,7 @@ try {
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);