docs(java): Add cache tracing integration pages#16981
Draft
docs(java): Add cache tracing integration pages#16981
Conversation
Add integration pages for JCache, Caffeine, Ehcache, and Redis cache tracing. For Spring Boot users, each page documents the `sentry.enable-cache-tracing` option. For plain Java users, pages link to the JCache integration which uses `SentryJCacheWrapper`. Also adds the `enableCacheTracing` option to the configuration options reference. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
adinauer
commented
Mar 17, 2026
Use Sentry.startTransaction(name, op) with tx.makeCurrent() in try-with-resources instead of verbose TransactionContext + manual scope binding. Co-Authored-By: Claude <noreply@anthropic.com>
Add tabbed Kotlin alternatives alongside all Java code snippets for init, setup, and verify sections. Co-Authored-By: Claude <noreply@anthropic.com>
adinauer
commented
Mar 17, 2026
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.
Add integration docs for Java SDK cache tracing: JCache (JSR-107), Caffeine, Ehcache, and Redis (Jedis/Lettuce).
SentryJCacheWrapperwith traced operations table, span data referencesentry.enable-cache-tracing=true; for plain Java: link to JCache integration with provider-specific dependency snippetsenableCacheTracingto the tracing options referenceCompanion to the sentry-java cache tracing PR stack: