Files
novarix.uk/node_modules/next/dist/esm/next-devtools/userspace/app/app-dev-overlay-setup.js
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02: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