lingjing/node_modules/next/dist/esm/next-devtools/userspace/app/app-dev-overlay-setup.js
2026-02-23 09:51:43 +00:00

8 lines
328 B
JavaScript

import { patchConsoleError } from './errors/intercept-console-error';
import { handleGlobalErrors } from './errors/use-error-handler';
import { initializeDebugLogForwarding } from './forward-logs';
handleGlobalErrors();
patchConsoleError();
initializeDebugLogForwarding('app');
//# sourceMappingURL=app-dev-overlay-setup.js.map