Skip to content

chore(deps): update Android SDK to v8.32.0#1069

Merged
romtsn merged 3 commits intomainfrom
deps/scripts/update-android.sh
Feb 13, 2026
Merged

chore(deps): update Android SDK to v8.32.0#1069
romtsn merged 3 commits intomainfrom
deps/scripts/update-android.sh

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Feb 9, 2026

Bumps scripts/update-android.sh from 8.31.0 to 8.32.0.

Auto-generated by a dependency updater.

Changelog

8.32.0

Features

  • Add installGroupsOverride parameter and installGroups property to Build Distribution SDK (#5062)
  • Update Android targetSdk to API 36 (Android 16) (#5016)
  • Add AndroidManifest support for Spotlight configuration via io.sentry.spotlight.enable and io.sentry.spotlight.url (#5064)
  • Collect database transaction spans (BEGIN, COMMIT, ROLLBACK) (#5072)
    • To enable creation of these spans, set options.enableDatabaseTransactionTracing to true
    • enable-database-transaction-tracing=true when using sentry.properties
    • For Spring Boot, use sentry.enable-database-transaction-tracing=true in application.properties or in application.yml:
      sentry:
        enable-database-transaction-tracing: true
  • Add support for collecting native crashes using Tombstones (#4933, #5037)
    • Added Tombstone integration that detects native crashes using ApplicationExitInfo.REASON_CRASH_NATIVE on Android 12+
    • Crashes enriched with Tombstones contain more crash details and detailed thread info
    • Tombstone and NDK integrations are now automatically merged into a single crash event, eliminating duplicate reports
    • To enable it, add the integration in your Sentry initialization:
      SentryAndroid.init(context, options -> {
          options.isTombstoneEnabled = true
      })
      or in the AndroidManifest.xml using:
      <meta-data android:name="io.sentry.tombstone.enable" android:value="true" />

Fixes

  • Extract SpotlightIntegration to separate sentry-spotlight module to prevent insecure HTTP URLs from appearing in release APKs (#5064)
    • Breaking: Users who enable Spotlight must now add the io.sentry:sentry-spotlight dependency:
      dependencies {
          debugImplementation("io.sentry:sentry-spotlight:<version>")
      }
  • Fix scroll target detection for Jetpack Compose (#5017)
  • No longer fork Sentry Scopes for reactor-kafka consumer poll Runnable (#5080)
    • This was causing a memory leak because reactor-kafka's poll event reschedules itself infinitely, and each invocation of SentryScheduleHook created forked scopes with a parent reference, building an unbounded chain that couldn't be garbage collected.
  • Fix cold/warm app start type detection for Android devices running API level 34+ (#4999)

Internal

  • Establish new native exception mechanisms to differentiate events generated by sentry-native from ApplicationExitInfo. (#5052)
  • Set write permission for statuses in the changelog preview GHA workflow. (#5053)

Dependencies

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Feb 9, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

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


New Features ✨

  • (distribution) Add install-groups support by runningcode in #1070

Internal Changes 🔧

Deps

  • Update Android SDK to v8.32.0 by github-actions[bot] in #1069
  • Bump getsentry/craft from 2.21.2 to 2.21.4 by dependabot in #1072
  • Bump getsentry/craft from 2.20.1 to 2.21.2 by dependabot in #1067
  • Update CLI to v3.2.0 by github-actions in #1068
  • Bump getsentry/craft from 2.20.0 to 2.20.1 by dependabot in #1063
  • Bump gradle/actions from 5.0.0 to 5.0.1 by dependabot in #1064
  • Bump getsentry/github-workflows/.github/workflows/updater.yml from 2 to 3 by dependabot in #1023
  • Bump getsentry/craft from 2.19.0 to 2.20.0 by dependabot in #1059

🤖 This preview updates automatically when you update the PR.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android.sh branch 2 times, most recently from 8b6f2b3 to f5b986e Compare February 11, 2026 13:29
@runningcode runningcode reopened this Feb 11, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android.sh branch from f5b986e to 6972d2a Compare February 11, 2026 13:58
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android.sh branch from 6972d2a to 8d038eb Compare February 13, 2026 11:56
@runningcode runningcode reopened this Feb 13, 2026
@romtsn romtsn merged commit 0917f17 into main Feb 13, 2026
18 checks passed
@romtsn romtsn deleted the deps/scripts/update-android.sh branch February 13, 2026 16:12
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.

3 participants