Conversation
Replace the legacy custom OpenTelemetry setup with OTLP export examples. Document openTelemetryIntegration and getOtlpTracesEndpoint. Fixes SDK-1490
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
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 the three v11 OpenTelemetry setups in one guide: Sentry tracing, capturing spans from OpenTelemetry APIs, and running your own OpenTelemetry pipeline. Add a separate integration reference for
openTelemetryIntegration()andgetOtlpTracesEndpoint(), and make the comparison table wrap so all three columns fit.Preserve the original v10 overview, two subpages, and setup examples as versioned docs. Their content stays the same, with links and snippet references adjusted to keep readers on v10. Existing unversioned subpage URLs and Markdown exports redirect to the corresponding v11 content.
The v11 guidance follows the SDK implementation and migration guide, including leaving Sentry tracing off when OpenTelemetry owns spans and letting the OpenTelemetry propagator handle outgoing headers. 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?