UNPKG

next

Version:

The React Framework

8 lines (7 loc) 328 B
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