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) {
20
20
contextManager : new Sentry . SentryContextManager ( ) ,
21
21
spanProcessors : [
22
22
new SentrySpanProcessor ( ) ,
23
- new opentelemetry . BatchSpanProcessor (
23
+ new opentelemetry . node . BatchSpanProcessor (
24
24
new OTLPTraceExporter ( {
25
25
url : 'http://localhost:3032/' ,
26
26
} ) ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if (sentryClient) {
20
20
contextManager : new Sentry . SentryContextManager ( ) ,
21
21
spanProcessors : [
22
22
new SentrySpanProcessor ( ) ,
23
- new opentelemetry . BatchSpanProcessor (
23
+ new opentelemetry . node . BatchSpanProcessor (
24
24
new OTLPTraceExporter ( {
25
25
url : 'http://localhost:3032/' ,
26
26
} ) ,
You can’t perform that action at this time.
0 commit comments