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 763ef0c commit 3091298Copy full SHA for 3091298
nodejs/packages/layer/src/wrapper.ts
@@ -297,7 +297,7 @@ async function defaultConfigureInstrumentations() {
297
const { UndiciInstrumentation } = await import(
298
'@opentelemetry/instrumentation-undici'
299
);
300
- instrumentations.push(new UndiciInstrumentation);
+ instrumentations.push(new UndiciInstrumentation());
301
}
302
if (activeInstrumentations.has('winston')) {
303
const { WinstonInstrumentation } = await import(
0 commit comments