8 lines
328 B
JavaScript
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
|