PrevPrevious commit
Next Next commit
Update dev-packages/e2e-tests/test-applications/node-otel-without-tra…
…cing/src/instrument.ts
  • Loading branch information
@mydea
mydea committedOct 11, 2024
commit 927d16a9919db51b2270f354c27986de380a7f9a
Original file line numberDiff line numberDiff 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