diff --git a/packages/node/src/integrations/node-fetch.ts b/packages/node/src/integrations/node-fetch.ts index 6150615d1bae..79b5aa10acad 100644 --- a/packages/node/src/integrations/node-fetch.ts +++ b/packages/node/src/integrations/node-fetch.ts @@ -74,7 +74,7 @@ const _nativeNodeFetchIntegration = ((options: NodeFetchOptions = {}) => { } as any); } catch (error) { // Could not load instrumentation - DEBUG_BUILD && logger.log('Could not load NodeFetch instrumentation.'); + DEBUG_BUILD && logger.log('Error while loading NodeFetch instrumentation: \n', error); } }