Skip to content

Commit 8cb19ad

Browse files
authored
Update dev-packages/e2e-tests/test-applications/node-otel-without-tracing/src/instrument.ts
1 parent a3294d1 commit 8cb19ad

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

Lines changed: 1 addition & 1 deletion
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)