docs(otlp): Restructure OTLP page to elevate propagateTraceparent#16264
Merged
jaffrepaul merged 8 commits intomasterfrom Feb 5, 2026
Merged
docs(otlp): Restructure OTLP page to elevate propagateTraceparent#16264jaffrepaul merged 8 commits intomasterfrom
jaffrepaul merged 8 commits intomasterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
coolguyzone
reviewed
Feb 5, 2026
docs/concepts/otlp/otlp-traces.mdx
Outdated
|
|
||
| If you're using OTel without a Sentry SDK, you can send traces directly to Sentry's OTLP endpoint. You can find your endpoint URL and auth key in [Project settings > Client Keys (DSN)](https://sentry.io/orgredirect/organizations/:orgslug/settings/projects/). | ||
|
|
||
| ## Known Limitations |
Contributor
There was a problem hiding this comment.
Small nit, but I think it’d be better to move “Known Limitations” to the bottom of the page and bring “Configuration” above the fold, since that’s what most users are looking for.
coolguyzone
approved these changes
Feb 5, 2026
Contributor
coolguyzone
left a comment
There was a problem hiding this comment.
See my comment, but overall looks good to me! Thanks for cleaning this up 🏄♂️
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.
Restructures the OTLP concepts section to better highlight the
propagateTraceparent& OTLP Integration options for users with Sentry + OTel backend setups.Changes:
Information Architecture
sentry-with-otel.mdx- Linking Sentry SDKs with OTel (propagateTraceparent, OTLP Integration)otlp-traces.mdx- Direct OTLP trace ingestionotlp-logs.mdx- Direct OTLP log ingestionContent Updates
The goal is to make it easier for users to find the right solution for their setup, with Sentry SDK integration options more visible.