Skip to content

chore(deps): update Java SDK to v8.43.0#2696

Merged
bitsandfoxes merged 2 commits into
mainfrom
deps/modules/sentry-java/8.43.0
May 28, 2026
Merged

chore(deps): update Java SDK to v8.43.0#2696
bitsandfoxes merged 2 commits into
mainfrom
deps/modules/sentry-java/8.43.0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps modules/sentry-java 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/modules/sentry-java/8.43.0 branch from a2fd82d to 32e396c Compare May 28, 2026 04:24
@bitsandfoxes bitsandfoxes merged commit 5a82d5b into main May 28, 2026
26 of 37 checks passed
@bitsandfoxes bitsandfoxes deleted the deps/modules/sentry-java/8.43.0 branch May 28, 2026 11:40
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