Skip to content

chore(deps): update Java SDK to v8.55.0 - #5538

Merged
jamescrosswell merged 1 commit into
mainfrom
deps/scripts/update-java.ps1
Sep 4, 2026
Merged

chore(deps): update Java SDK to v8.55.0#5538
jamescrosswell merged 1 commit into
mainfrom
deps/scripts/update-java.ps1

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bumps scripts/update-java.ps1 from 8.54.0 to 8.55.0.

Auto-generated by a dependency updater.

Changelog

8.55.0

Features

  • Add Session.State.Unhandled for unhandled errors that do not terminate the process (#5919)

Improvements

  • Move ANR profiling out of experimental (#6042)

Fixes

  • Keep dropped tombstone and ANR events dropped, instead of reporting the same app exit again at every app start (#6002)
  • Apply Sentry.withScope and Sentry.withIsolationScope data to events captured inside the callback when globalHubMode is enabled (#6004)
    • globalHubMode is enabled by default on Android, where tags, extras, contexts and level set inside the callback were silently dropped
    • Scopes that are explicitly made current, e.g. via Sentry.setCurrentScopes or the SentryContext coroutine integration, are now also honoured when globalHubMode is enabled
    • Sentry.pushScope, Sentry.pushIsolationScope and Sentry.popScope remain no-ops when globalHubMode is enabled
  • Drop the profiler_id from transactions and spans when no Perfetto profile covers them, e.g. when Android's ProfilingManager rate limits the profiling request (#6015)
  • Prevent events from being dropped when feature flags are added while an event is being captured (#5989)

Internal

  • Add InternalSentrySdk.captureEnvelopeNonTerminating for hybrid SDKs (e.g. Flutter) so unhandled exceptions that don't terminate the process no longer end the session as crashed (#5921)
  • Add InternalSentrySdk.updateSessionForDroppedEventNonTerminating so hybrid SDKs can still update the session when an error is dropped by sampling (#5990)

Dependencies

@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label Sep 4, 2026
@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label Sep 4, 2026
@bruno-garcia
bruno-garcia force-pushed the deps/scripts/update-java.ps1 branch from a47078d to 5e38699 Compare September 4, 2026 03:01
@github-actions github-actions Bot added the risk: medium PR risk score: medium label Sep 4, 2026
@codecov

codecov Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.71%. Comparing base (365a803) to head (5e38699).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5538   +/-   ##
=======================================
  Coverage   74.71%   74.71%           
=======================================
  Files         515      515           
  Lines       18930    18930           
  Branches     3692     3692           
=======================================
  Hits        14143    14143           
  Misses       3905     3905           
  Partials      882      882           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jamescrosswell
jamescrosswell merged commit be2a785 into main Sep 4, 2026
49 checks passed
@jamescrosswell
jamescrosswell deleted the deps/scripts/update-java.ps1 branch September 4, 2026 06:36
This was referenced Sep 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file risk: medium PR risk score: medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants