Skip to content

Commit

Permalink
Update dev-packages/e2e-tests/test-applications/node-otel-without-tra…
Browse files Browse the repository at this point in the history
…cing/src/instrument.ts
  • Loading branch information
mydea committed Sep 24, 2024
1 parent a3294d1 commit 8cb19ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Sentry.init({
tunnel: `http://localhost:3031/`, // proxy server
// Tracing is completely disabled

integrations: [Sentry.httpIntegration({ spans: true })],
integrations: [Sentry.httpIntegration({ spans: false })],

// Custom OTEL setup
skipOpenTelemetrySetup: true,
Expand Down

0 comments on commit 8cb19ad

Please sign in to comment.