Skip to content

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

Merged
antonis merged 3 commits intodeps/scripts/update-android.shfrom
deps/scripts/update-android-stubs.sh
Feb 9, 2026
Merged

chore(deps): update Android SDK Stubs to v8.32.0#5634
antonis merged 3 commits intodeps/scripts/update-android.shfrom
deps/scripts/update-android-stubs.sh

Conversation

@github-actions
Copy link
Contributor

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

Bumps scripts/update-android-stubs.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 github-actions bot added the dependencies Pull requests that update a dependency file label Feb 9, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android-stubs.sh branch from cb45891 to 833ec27 Compare February 9, 2026 11:00
@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 9, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

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


  • chore(deps): update Android SDK Stubs to v8.32.0 by github-actions[bot] in #5634
  • chore(deps): update Android SDK to v8.32.0 by github-actions in #5633
  • chore(deps): bump getsentry/craft from 2.20.1 to 2.21.2 by dependabot in #5630
  • chore(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.20.1 to 2.21.2 by dependabot in #5632
  • chore(deps): bump github/codeql-action from 4.32.0 to 4.32.2 by dependabot in #5631
  • feat(feedback): Add autoCorrect and spellCheck config to FeedbackWidget by sbs44 in #5627
  • fix(feedback): Deep merge custom styles with defaults in FeedbackWidget by sbs44 in #5625

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 9, 2026

Fails
🚫 Pull request is not ready for merge, please add the "ready-to-merge" label to the pull request
Warnings
⚠️ Failed to run ./check-replay-stubs: Invalid git ref: deps/scripts/update-android.sh

Generated by 🚫 dangerJS against 853027d

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android-stubs.sh branch from 833ec27 to 133a9d2 Compare February 9, 2026 11:04
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android-stubs.sh branch from 133a9d2 to dfa60f9 Compare February 9, 2026 11:09
@antonis antonis changed the base branch from main to deps/scripts/update-android.sh February 9, 2026 12:00
@lucas-zimerman
Copy link
Collaborator

shouldn't this PR also include the built file?
I will update the branch with the stub.

@antonis antonis merged commit dfcf214 into deps/scripts/update-android.sh Feb 9, 2026
21 of 25 checks passed
@antonis antonis deleted the deps/scripts/update-android-stubs.sh branch February 9, 2026 12:04
@antonis
Copy link
Contributor

antonis commented Feb 9, 2026

@lucas-zimerman Just saw your message as I was pushing the stub 😅

@lucas-zimerman
Copy link
Collaborator

no worries, your push won :D

antonis added a commit that referenced this pull request Feb 9, 2026
* chore: update scripts/update-android.sh to 8.32.0

* chore(deps): update Android SDK Stubs to v8.32.0 (#5634)

* chore: update scripts/update-android-stubs.sh to 8.32.0

* Update stub

---------

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: Antonis Lilis <antonis.lilis@sentry.io>

---------

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Antonis Lilis <antonis.lilis@sentry.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants