Skip to content

Update dependency io.sentry:sentry-android to v8.43.2#5825

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/io.sentry-sentry-android-8.x
Open

Update dependency io.sentry:sentry-android to v8.43.2#5825
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/io.sentry-sentry-android-8.x

Conversation

@renovate

@renovate renovate Bot commented May 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.sentry:sentry-android 8.42.08.43.2 age confidence

Release Notes

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

v8.43.2

Compare Source

Improvements
  • Improve SDK init performance by replacing java.net.URI with custom string parsing for DSN (#​5448)
  • Remove unnecessary boxing to improve performance (#​5520)
Fixes
  • Session Replay: Fix VerifyError in Compose masking under DexGuard/R8 obfuscation (#​5507)
  • Session Replay: Fix Compose view masking not working on obfuscated/minified builds (#​5503)

v8.43.1

Compare Source

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)

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: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@simple-services simple-services requested review from a team and siddh1004 and removed request for a team May 27, 2026 19:35
@github-actions github-actions Bot enabled auto-merge (squash) May 27, 2026 19:35
@renovate renovate Bot force-pushed the renovate/io.sentry-sentry-android-8.x branch from 9c2a965 to 5389ec8 Compare May 28, 2026 10:08
@renovate renovate Bot changed the title Update dependency io.sentry:sentry-android to v8.43.0 Update dependency io.sentry:sentry-android to v8.43.1 Jun 10, 2026
@renovate renovate Bot force-pushed the renovate/io.sentry-sentry-android-8.x branch from 5389ec8 to 2a7e0c6 Compare June 10, 2026 06:53
@renovate renovate Bot changed the title Update dependency io.sentry:sentry-android to v8.43.1 Update dependency io.sentry:sentry-android to v8.43.2 Jun 10, 2026
@renovate renovate Bot force-pushed the renovate/io.sentry-sentry-android-8.x branch from 2a7e0c6 to 3c13022 Compare June 10, 2026 23:16
@renovate renovate Bot force-pushed the renovate/io.sentry-sentry-android-8.x branch from 3c13022 to d83376c Compare June 11, 2026 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants