diff --git a/packages/node/src/integrations/utils/errorhandling.ts b/packages/node/src/integrations/utils/errorhandling.ts index 4ef901adb061..dee6809e5f55 100644 --- a/packages/node/src/integrations/utils/errorhandling.ts +++ b/packages/node/src/integrations/utils/errorhandling.ts @@ -17,7 +17,6 @@ export function logAndExitProcess(error: Error): void { if (client === undefined) { logger.warn('No NodeClient was defined, we are exiting the process now.'); global.process.exit(1); - return; } const options = client.getOptions();