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 e99c712 commit 25bc3b6Copy full SHA for 25bc3b6
packages/esbuild-plugin-node/src/config/main.ts
@@ -66,12 +66,12 @@ export function getOtelPackageToInstrumentationConfig() {
66
}
67
> = {};
68
for (const instrumentation of instrumentations) {
69
- const instrumentationModuleDefinitions =
+ const moduleDefinitions =
70
instrumentationModuleDefinitionsByInstrumentationName[
71
instrumentation.instrumentationName
72
];
73
74
- for (const instrumentationModuleDefinition of instrumentationModuleDefinitions) {
+ for (const instrumentationModuleDefinition of moduleDefinitions) {
75
otelPackageToInstrumentationConfig[instrumentationModuleDefinition.name] =
76
{
77
oTelInstrumentationPackage:
0 commit comments