Skip to content

chore(deps): update Android SDK to v8.43.0#1241

Merged
runningcode merged 1 commit into
mainfrom
deps/scripts/update-android.sh
May 28, 2026
Merged

chore(deps): update Android SDK to v8.43.0#1241
runningcode merged 1 commit into
mainfrom
deps/scripts/update-android.sh

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Bumps scripts/update-android.sh 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)

@bruno-garcia
bruno-garcia force-pushed the deps/scripts/update-android.sh branch from c14c296 to 182c1b6 Compare May 28, 2026 04:30
@runningcode
runningcode merged commit 536746a into main May 28, 2026
23 checks passed
@runningcode
runningcode deleted the deps/scripts/update-android.sh branch May 28, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants