Skip to content

chore(deps): update Java SDK to v8.43.0#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.0#5263
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/scripts/update-java.ps1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

Auto-generated by a dependency updater.

Changelog

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.12%. Comparing base (8ddab0e) to head (5df488a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5263      +/-   ##
==========================================
+ Coverage   74.09%   74.12%   +0.02%     
==========================================
  Files         508      508              
  Lines       18320    18320              
  Branches     3584     3584              
==========================================
+ Hits        13575    13580       +5     
+ Misses       3872     3864       -8     
- Partials      873      876       +3     

☔ View full report in Codecov by Sentry.
📢 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
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