We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c18d3 commit a9fde4fCopy full SHA for a9fde4f
dev-packages/e2e-tests/test-applications/node-otel-without-tracing/src/instrument.ts
@@ -16,7 +16,7 @@ Sentry.init({
16
tunnel: `http://localhost:3031/`, // proxy server
17
// Tracing is completely disabled
18
19
- integrations: [Sentry.httpIntegration({ spans: true })],
+ integrations: [Sentry.httpIntegration({ spans: false })],
20
21
// Custom OTEL setup
22
skipOpenTelemetrySetup: true,
0 commit comments