diff options
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/src/errorboundary-hook.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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[]) => { |
