Skip to content

Commit a9fde4f

Browse files
committed
Update dev-packages/e2e-tests/test-applications/node-otel-without-tracing/src/instrument.ts
1 parent 97c18d3 commit a9fde4f

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/node-otel-without-tracing/src

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/node-otel-without-tracing/src/instrument.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sentry.init({
1616
tunnel: `http://localhost:3031/`, // proxy server
1717
// Tracing is completely disabled
1818

19-
integrations: [Sentry.httpIntegration({ spans: true })],
19+
integrations: [Sentry.httpIntegration({ spans: false })],
2020

2121
// Custom OTEL setup
2222
skipOpenTelemetrySetup: true,

0 commit comments

Comments
 (0)