Skip to content

Commit

Permalink
docs(instrumentation-router): correct import statement (#2517)
Browse files Browse the repository at this point in the history
  • Loading branch information
Netail authored Nov 5, 2024
1 parent 8070c7f commit 1165264
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm install --save @opentelemetry/instrumentation-router
const { ConsoleSpanExporter, SimpleSpanProcessor } = require('@opentelemetry/sdk-trace-base');
const { NodeTracerProvider } = require('@opentelemetry/sdk-trace-node');
const { registerInstrumentations } = require('@opentelemetry/instrumentation');
const RouterInstrumentation = require('@opentelemetry/instrumentation-router');
const { RouterInstrumentation } = require('@opentelemetry/instrumentation-router');

const provider = new NodeTracerProvider();

Expand Down

0 comments on commit 1165264

Please sign in to comment.