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 4bf4a73 commit b3f9bd3Copy full SHA for b3f9bd3
packages/esbuild-plugin-node/src/config/main.ts
@@ -72,9 +72,6 @@ export function getOtelPackageToInstrumentationConfig() {
72
];
73
74
for (const instrumentationModuleDefinition of moduleDefinitions) {
75
- // For some reason @opentelemetry/instrumentation-generic-pool reports its name as just Instrumentation
76
- // TODO: See if this goes away with an upgrade
77
- if (instrumentation.constructor.name === 'Instrumentation') continue;
78
otelPackageToInstrumentationConfig[instrumentationModuleDefinition.name] =
79
{
80
oTelInstrumentationPackage:
0 commit comments