diff --git a/packages/cli/src/ErrorReporting.ts b/packages/cli/src/ErrorReporting.ts index ab4003808..0388be4fc 100644 --- a/packages/cli/src/ErrorReporting.ts +++ b/packages/cli/src/ErrorReporting.ts @@ -46,7 +46,6 @@ export const initErrorHandling = async () => { process.on('uncaughtException', (error) => { ErrorReporterProxy.error(error); - if (error.constructor?.name !== 'AxiosError') throw error; }); ErrorReporterProxy.init({