Send Your Existing OpenTelemetry Traces to Sentry

Send Your Existing OpenTelemetry Traces to Sentry

Sentry – Blog
Sentry – BlogApr 2, 2026

Companies Mentioned

Why It Matters

The integration preserves existing OpenTelemetry investments, allowing a seamless switch to Sentry without code changes, which accelerates observability adoption and reduces migration risk. It also gives organizations flexibility to evaluate or combine back‑ends as their monitoring strategy evolves.

Key Takeaways

  • OTLP endpoint sends traces to Sentry using two env vars
  • Open beta; some features like span events still missing
  • Native Sentry SDK offers richer features for new projects
  • Supports multi‑level, parallel spans visible in Sentry waterfall view
  • Ideal for teams already using OpenTelemetry across services

Pulse Analysis

OpenTelemetry has become the de‑facto standard for instrumenting modern cloud applications because it decouples code from any single observability vendor. By exposing an OTLP endpoint, Sentry now lets teams retain that vendor neutrality while gaining access to Sentry’s powerful trace explorer, performance dashboards, and alerting. The move aligns with the broader industry trend toward open protocols, reducing lock‑in and simplifying multi‑tool environments for enterprises that already run OpenTelemetry collectors or plan to aggregate data across several platforms.

Implementing the Sentry OTLP integration is straightforward for Node.js developers. After creating a Sentry project, you copy the OTLP endpoint URL and authentication header into a .env file, set OTEL_SERVICE_NAME, and the existing OpenTelemetry SDK automatically exports spans to Sentry. The resulting waterfall view displays nested and parallel operations, making latency bottlenecks visible without modifying application code. For new services, Sentry’s native SDK still offers deeper feature coverage—such as automatic span completion, session replay, and richer event handling—so teams must weigh the convenience of OTLP against the richer native capabilities.

While the OTLP support is still in open beta, its arrival signals Sentry’s commitment to open standards and positions it as a flexible destination for observability data. Early adopters should be aware of current limitations, including dropped span events and limited search on array attributes, but the core tracing functionality is production‑ready. As the beta matures, we can expect tighter parity with the native SDK, making Sentry an increasingly attractive option for organizations seeking a unified error‑tracking and performance‑monitoring solution without abandoning their existing OpenTelemetry investments.

Send your existing OpenTelemetry traces to Sentry

Comments

Want to join the conversation?

Loading comments...