Skip to content

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

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

chore(deps): update Android SDK to v8.43.0#3727
buenaflor merged 1 commit into
mainfrom
deps/packages/flutter/scripts/update-android.sh

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Bumps packages/flutter/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/packages/flutter/scripts/update-android.sh branch from b7f9cf6 to ac6933e Compare May 28, 2026 04:38
@github-actions

Copy link
Copy Markdown
Contributor Author

Semver Impact of This PR

🟡 Minor (new features)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Fixes

Dart

  • Make sentryOnError synchronous in runZonedGuarded by theprantadutta in #3697
  • Route SDK diagnostic logs to browser console on web by theprantadutta in #3698

Flutter

  • Forward sample rate to native SDKs by buenaflor in #3722
  • Release Android JNI refs by buenaflor in #3712
  • Release replay JNI refs by buenaflor in #3699

Enhancements

Flutter

  • Move Android JNI work to core worker to avoid work on main isolate by buenaflor in #3713
  • Optimize Android scope sync by buenaflor in #3708

Dependencies

Deps

  • chore(deps): update Android SDK to v8.43.0 by github-actions[bot] in #3727
  • chore(deps): update Android SDK to v8.42.0 by github-actions in #3715

Internal Changes

  • (feedback) Rename SentryFeedbackWidget to SentryFeedbackForm by denrase in #3702
  • (flutter) Align CI with stable SwiftPM defaults by buenaflor in #3710

🤖 This preview updates automatically when you update the PR.

@codecov

codecov Bot commented May 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.92%. Comparing base (a421dc6) to head (ac6933e).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3727      +/-   ##
==========================================
+ Coverage   86.96%   91.92%   +4.95%     
==========================================
  Files         336      105     -231     
  Lines       11984     3739    -8245     
==========================================
- Hits        10422     3437    -6985     
+ Misses       1562      302    -1260     
Flag Coverage Δ
sentry ?
sentry_dio ?
sentry_drift ?
sentry_file ?
sentry_firebase_remote_config 100.00% <ø> (ø)
sentry_flutter 91.54% <ø> (ø)
sentry_hive ?
sentry_isar ?
sentry_link ?
sentry_logging ?
sentry_sqflite ?
sentry_supabase 97.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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