Skip to content

chore(deps): update Java SDK to v8.43.1#5263

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/scripts/update-java.ps1
Open

chore(deps): update Java SDK to v8.43.1#5263
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/scripts/update-java.ps1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 28, 2026

Bumps scripts/update-java.ps1 from 8.42.0 to 8.43.1.

Auto-generated by a dependency updater.

Changelog

8.43.1

Fixes

  • Session Replay: Fix replay recording freezing on screens with continuous animations (#5489)
  • Session Replay: Populate trace_ids in replay events to enable searching replays by trace ID (#5473)

8.43.0

Features

  • Session Replay: Add ReplayFrameObserver for observing captured replay frames (#5386)

    SentryAndroid.init(context) { options ->
      options.sessionReplay.frameObserver =
        SentryReplayOptions.ReplayFrameObserver { hint, frameTimestamp, screenName ->
          val bitmap = hint.getAs(TypeCheckHint.REPLAY_FRAME_BITMAP, Bitmap::class.java)
          if (bitmap != null) {
            try {
              // Process the masked replay frame
              myAnalyzer.processFrame(bitmap, frameTimestamp, screenName)
            } finally {
              bitmap.recycle()
            }
          }
        }
    }
  • Parse ART memory and garbage collector info from ANR tombstones into ART context (#5428)

@github-actions github-actions Bot requested a review from jamescrosswell as a code owner May 28, 2026 04:24
@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label May 28, 2026
@github-actions github-actions Bot requested a review from Flash0ver as a code owner May 28, 2026 04:24
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.ps1 branch from 67fae96 to 7016cb7 Compare May 28, 2026 04:24
@codecov
Copy link
Copy Markdown

codecov Bot commented May 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.13%. Comparing base (8ddab0e) to head (8c1779c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5263      +/-   ##
==========================================
+ Coverage   74.09%   74.13%   +0.03%     
==========================================
  Files         508      508              
  Lines       18320    18320              
  Branches     3584     3584              
==========================================
+ Hits        13575    13581       +6     
+ Misses       3872     3864       -8     
- Partials      873      875       +2     

☔ 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.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.ps1 branch from 7016cb7 to 5df488a Compare May 29, 2026 04:26
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.ps1 branch from 5df488a to 8c1779c Compare June 4, 2026 04:27
@github-actions github-actions Bot changed the title chore(deps): update Java SDK to v8.43.0 chore(deps): update Java SDK to v8.43.1 Jun 4, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant