chore(deps): update Java SDK to v8.56.0 - #5562
Merged
Merged
Conversation
bruno-garcia
force-pushed
the
deps/scripts/update-java.ps1
branch
from
September 10, 2026 03:01
f6d6277 to
b94d654
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5562 +/- ##
==========================================
- Coverage 74.75% 74.74% -0.02%
==========================================
Files 515 515
Lines 18963 18963
Branches 3694 3694
==========================================
- Hits 14176 14174 -2
- Misses 3909 3910 +1
- Partials 878 879 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
sentry-java 8.56.0 (#6029) changed AndroidConnectionStatusProvider to take an io.sentry.time.MonotonicTicker instead of an ICurrentDateProvider, so the managed call site no longer compiled. Use options.getMonotonicTicker(), which is what AndroidOptionsInitializer passes upstream. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
jamescrosswell
approved these changes
Sep 11, 2026
jamescrosswell
left a comment
Collaborator
There was a problem hiding this comment.
Automated approval: eligibility script verdict MERGE (CI green, mergeable, no human change-request, no breaking-change language).
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.
Bumps scripts/update-java.ps1 from 8.55.0 to 8.56.0.
Auto-generated by a dependency updater.
Changelog
8.56.0
Fixes
SentryTracedso that it now honorsoptions.setIgnoredSpanOrigins(#6058)SentryTracednow checks for its owning transaction dynamically rather than once per app process. The latter causedSentryTracedspans to be dropped process-wide once the original transaction finished (#6057)GrahQLtoGraphQL) (#6061)SentryTracedfrom producing dangling spans if recomposition is abandoned or drawing fails (#6049)contexts.appand theapp.startspan attributes (#6006)Improvements
ui.composespan perSentryTracedon initial composition instead of one on every recomposition, and set the origin onui.renderspans (#6051)Internal
MonotonicTickerabstraction withDeadlineandStopwatchprimitives (#6028)Timestamp,EpochClockandAnchoredClock, so related instants project from one wall-clock reading instead of each reading the clock (#6045)Dependencies
Full CHANGELOG.md diff