Skip to content

Commit dae805b

Browse files
committed
Cursor lied to me
1 parent 426b241 commit dae805b

File tree

2 files changed

+2
-2
lines changed
  • dev-packages/e2e-tests/test-applications

2 files changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/node-core-express-otel-v1-sdk-node/src/instrument.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}),

dev-packages/e2e-tests/test-applications/node-core-express-otel-v2-sdk-node/src/instrument.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}),

0 commit comments

Comments
 (0)