docs(java): Add OpenTelemetry OTLP setup documentation#16551
Merged
docs(java): Add OpenTelemetry OTLP setup documentation#16551
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
sl0thentr0py
approved these changes
Feb 24, 2026
1 task
dingsdax
pushed a commit
that referenced
this pull request
Feb 25, 2026
## Summary - Follow-up to #16551 - Documents that the Sentry OTLP propagator inherits the sampling decision from the incoming `sentry-trace` header, defaulting to sampled when no flag is present - Adds a warning that customers may need a custom OTel `Sampler` to control sampling for deferred traces ## Test plan - [ ] Verify page renders correctly on the docs site 🤖 Generated with [Claude Code](https://claude.com/claude-code)
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.
Summary
otlp.mdxsetup page with install and configuration instructions for both plain Java (sentry-opentelemetry-otlp) and Spring Boot (sentry-opentelemetry-otlp-spring)___OTLP_TRACES_URL___and___PUBLIC_KEY___placeholders for auto-populated endpoint/auth valuesCompanion to getsentry/sentry-java#5100
Test plan
/platforms/java/opentelemetry/setup//platforms/java/opentelemetry/setup/otlp//platforms/java/guides/spring-boot/opentelemetry/setup/otlp/___OTLP_TRACES_URL___,___PUBLIC_KEY___, and___PUBLIC_DSN___placeholders resolve for logged-in users🤖 Generated with Claude Code