Skip to content

fix(deps): update dependency io.sentry:sentry-bom to v8.43.0 - #258

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/sentry
Sep 2, 2026
Merged

fix(deps): update dependency io.sentry:sentry-bom to v8.43.0#258
renovate[bot] merged 1 commit into
mainfrom
renovate/sentry

Conversation

@renovate

@renovate renovate Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.sentry:sentry-bom 8.42.08.43.0 age confidence

Release Notes

getsentry/sentry-java (io.sentry:sentry-bom)

v8.43.0

Compare Source

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)


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner September 2, 2026 02:38
@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Test results

 66 files   66 suites   56s ⏱️
 62 tests  60 ✅ 2 💤 0 ❌
189 runs  183 ✅ 6 💤 0 ❌

Results for commit f9fbec1.

@renovate
renovate Bot merged commit aa87a20 into main Sep 2, 2026
8 checks passed
@renovate
renovate Bot deleted the renovate/sentry branch September 2, 2026 06:50
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.

0 participants