Skip to content

Commit b3f9bd3

Browse files
committed
Remove check
1 parent 4bf4a73 commit b3f9bd3

File tree

1 file changed

+0
-3
lines changed
  • packages/esbuild-plugin-node/src/config

1 file changed

+0
-3
lines changed

packages/esbuild-plugin-node/src/config/main.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ export function getOtelPackageToInstrumentationConfig() {
7272
];
7373

7474
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;
7875
otelPackageToInstrumentationConfig[instrumentationModuleDefinition.name] =
7976
{
8077
oTelInstrumentationPackage:

0 commit comments

Comments
 (0)