diff --git a/app/core/layouts/layout/index.tsx b/app/core/layouts/layout/index.tsx index 1132349..d692eb5 100644 --- a/app/core/layouts/layout/index.tsx +++ b/app/core/layouts/layout/index.tsx @@ -71,6 +71,7 @@ const ErrorBoundary = withRouter( } public componentDidCatch(error: Error, errorInfo: ErrorInfo) { + console.trace("ddd"); logger.error(error, errorInfo.componentStack); if (blitzErrors.some((blitzError) => error instanceof blitzError)) { // let Blitz ErrorBoundary handle this one