File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev-packages/e2e-tests/test-applications
node-core-express-otel-v1-sdk-node/src
node-core-express-otel-v2-sdk-node/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if (sentryClient) {
2020 contextManager : new Sentry . SentryContextManager ( ) ,
2121 spanProcessors : [
2222 new SentrySpanProcessor ( ) ,
23- new opentelemetry . BatchSpanProcessor (
23+ new opentelemetry . node . BatchSpanProcessor (
2424 new OTLPTraceExporter ( {
2525 url : 'http://localhost:3032/' ,
2626 } ) ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if (sentryClient) {
2020 contextManager : new Sentry . SentryContextManager ( ) ,
2121 spanProcessors : [
2222 new SentrySpanProcessor ( ) ,
23- new opentelemetry . BatchSpanProcessor (
23+ new opentelemetry . node . BatchSpanProcessor (
2424 new OTLPTraceExporter ( {
2525 url : 'http://localhost:3032/' ,
2626 } ) ,
You can’t perform that action at this time.
0 commit comments