docs(javascript): Document OpenTelemetry interoperability in v11 - #19458
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Replace the legacy custom OpenTelemetry setup with OTLP export examples. Document openTelemetryIntegration and getOtlpTracesEndpoint. Fixes SDK-1490
Fold setup and API reference content into the OpenTelemetry landing page. Redirect old subpages and Markdown exports to the consolidated guide. Fixes SDK-1470
Add the integration reference and wrap the setup comparison table. Align propagation guidance with the v11 SDK. Refs SDK-1470, SDK-1471, SDK-1490
msonnb
force-pushed
the
ms/document-opentelemetry-integration
branch
from
September 21, 2026 08:28
acf895d to
3f9a587
Compare
andreiborza
approved these changes
Sep 22, 2026
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document v11 OpenTelemetry support with two setup guides: capture OpenTelemetry API spans through Sentry, or connect an existing OpenTelemetry pipeline to Sentry. The OpenTelemetry Support landing page uses a PageGrid to explain when to choose each setup, its configuration, and how spans reach Sentry. Default Sentry tracing links to the existing tracing docs.
Add a separate integration reference for
openTelemetryIntegration()andgetOtlpTracesEndpoint(). Preserve the v10 overview, two subpages, and setup examples as versioned docs, with links and snippet references that keep readers on v10. The current setup guides retain their existing URLs.Update HTTP and fetch propagation guidance for the separate tracing pipelines, and remove obsolete ESM loader troubleshooting from the installation guides.
Fixes https://linear.app/getsentry/issue/SDK-1470
Fixes https://linear.app/getsentry/issue/SDK-1471
Fixes https://linear.app/getsentry/issue/SDK-1490
IS YOUR CHANGE URGENT?