Skip to content

Conversation

@github-actions
Copy link
Contributor

Bumps modules/sentry-java from 8.31.0 to 8.32.0.

Auto-generated by a dependency updater.

Changelog

8.32.0

Features

  • Add 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

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-java/8.32.0 branch from 085306a to c005425 Compare February 10, 2026 03:55
@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 10, 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 ✨

  • Add IThrottler to allow message & stack trace based event throttling by bitsandfoxes in #2479
  • Nintendo Switch native support by bitsandfoxes in #2503

Bug Fixes 🐛

  • Enable Sentry.Unity.Native for Xbox by bitsandfoxes in #2529
  • Active scene change no longer refreshes trace ID by bitsandfoxes in #2502
  • Specify debug symbol upload files and folders by bitsandfoxes in #2485
  • Check AutoSceneTraces before registering SceneManagerTracingIntegration by bitsandfoxes in #2496
  • Correctly set native SDK name when targeting Android by bitsandfoxes in #2476
  • Set span.origin by bitsandfoxes in #2464

Internal Changes 🔧

Deps

  • Update Java SDK to v8.32.0 by github-actions[bot] in #2530
  • Update Native SDK to v0.12.6 by github-actions in #2524
  • Update Cocoa SDK to v9.4.0 by github-actions in #2521
  • Update Native SDK to v0.12.5 by github-actions in #2512
  • Update Cocoa SDK to v9.3.0 by github-actions in #2507
  • Update Native SDK to v0.12.4 by github-actions in #2505
  • Update CLI to v3.1.0 by github-actions in #2474
  • Update Cocoa SDK to v9.2.0 by github-actions in #2492
  • Update Java SDK to v8.31.0 by github-actions in #2493
  • Update Java SDK to v8.30.0 by github-actions in #2481
  • Update Native SDK to v0.12.3 by github-actions in #2471
  • Update Java SDK to v8.29.0 by github-actions in #2462

Release

  • Fix changelog-preview permissions by BYK in #2498
  • Switch from action-prepare-release to Craft by BYK in #2473

Other

  • (repo) Add Claude Code settings with basic permissions by philipphofmann in #2487
  • Use pull_request_target for changelog preview by BYK in #2483

🤖 This preview updates automatically when you update the PR.

@bitsandfoxes bitsandfoxes enabled auto-merge (squash) February 10, 2026 16:02
@bitsandfoxes bitsandfoxes merged commit 8bcaf5a into main Feb 10, 2026
77 checks passed
@bitsandfoxes bitsandfoxes deleted the deps/modules/sentry-java/8.32.0 branch February 10, 2026 16:02
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