From 0c6c7b1b06c93b961b183e91ab479d8a3d8c28a5 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Mon, 27 May 2024 17:22:08 -0400 Subject: missed a log --- frontend/src/errorboundary-hook.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/src/errorboundary-hook.tsx b/frontend/src/errorboundary-hook.tsx index 6963f207..e49a705e 100644 --- a/frontend/src/errorboundary-hook.tsx +++ b/frontend/src/errorboundary-hook.tsx @@ -43,7 +43,7 @@ class ErrorBoundaryHook extends Logger { // errorReportingStore.m_bEnabled = false; // @ts-ignore - window.errorStore = errorReportingStore; + // window.errorStore = errorReportingStore; const react15069WorkaroundRegex = / at .+\.componentDidCatch\..+\.callback /; this.errorCheckPatch = replacePatch(Object.getPrototypeOf(errorReportingStore), 'BIsBlacklisted', (args: any[]) => { -- cgit v1.2.3