AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
import { patchConsoleError } from './errors/intercept-console-error'
import { handleGlobalErrors } from './errors/use-error-handler'
import { initializeDebugLogForwarding } from './forward-logs'
handleGlobalErrors()
patchConsoleError()
initializeDebugLogForwarding('app')