Skip to content

Commit

Permalink
missed a log
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed May 27, 2024
1 parent 9c8db57 commit 0c6c7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/errorboundary-hook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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[]) => {
Expand Down

0 comments on commit 0c6c7b1

Please sign in to comment.