Skip to content

Commit

Permalink
Merge branch 'main' into dluna/update-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna authored Nov 5, 2024
2 parents ff866c0 + 1165264 commit 530fdbb
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 530fdbb

Please sign in to comment.