We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbda77b commit 9e10ad6Copy full SHA for 9e10ad6
packages/node/src/integrations/node-fetch.ts
@@ -74,7 +74,7 @@ const _nativeNodeFetchIntegration = ((options: NodeFetchOptions = {}) => {
74
} as any);
75
} catch (error) {
76
// Could not load instrumentation
77
- DEBUG_BUILD && logger.log('Could not load NodeFetch instrumentation.');
+ DEBUG_BUILD && logger.log('Error while loading NodeFetch instrumentation: \n', error);
78
}
79
80
0 commit comments