Skip to content

chore(deps): update Java SDK to v8.35.0#1285

Merged
tustanivsky merged 1 commit intomainfrom
deps/modules/sentry-java/8.35.0
Mar 13, 2026
Merged

chore(deps): update Java SDK to v8.35.0#1285
tustanivsky merged 1 commit intomainfrom
deps/modules/sentry-java/8.35.0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps modules/sentry-java from 8.34.1 to 8.35.0.

Auto-generated by a dependency updater.

Changelog

8.35.0

Fixes

  • Android: Remove the dependency on protobuf-lite for tombstones (#5157)

Features

  • Add new experimental option to capture profiles for ANRs (#4899)
    • This feature will capture a stack profile of the main thread when it gets unresponsive
    • The profile gets attached to the ANR event on the next app start, providing a flamegraph of the ANR issue on the sentry issue details page
    • Enable via options.setAnrProfilingSampleRate(<sample-rate>) or AndroidManifest.xml: <meta-data android:name="io.sentry.anr.profiling.sample-rate" android:value="[0.0-1.0]" />
    • The sample rate controls the probability of collecting a profile for each detected foreground ANR (0.0 to 1.0, null to disable)

Behavioral Changes

  • Add enableAnrFingerprinting option which assigns static fingerprints to ANR events with system-only stacktraces
    • When enabled, ANRs whose stacktraces contain only system frames (e.g. java.lang or android.os) are grouped into a single issue instead of creating many separate issues
    • This will help to reduce overall ANR issue noise in the Sentry dashboard
    • IMPORTANT: This option is enabled by default.
    • Disable via options.setEnableAnrFingerprinting(false) or AndroidManifest.xml: <meta-data android:name="io.sentry.anr.enable-fingerprinting" android:value="false" />

@github-actions github-actions bot requested a review from tustanivsky as a code owner March 12, 2026 11:54
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-java/8.35.0 branch 2 times, most recently from c5d1960 to 533096e Compare March 12, 2026 11:55
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Mar 12, 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).


Internal Changes 🔧

Deps

  • Update Java SDK to v8.35.0 by github-actions[bot] in #1285
  • Update CLI to v3.3.3 by github-actions in #1282
  • Update Cocoa SDK to v9.7.0 by github-actions in #1283
  • Update Native SDK to v0.13.2 by github-actions in #1276
  • Update CLI to v3.3.2 by github-actions in #1280
  • Update Java SDK to v8.34.1 by github-actions in #1272
  • Update CLI to v3.3.0 by github-actions in #1268
  • Update Cocoa SDK to v9.6.0 by github-actions in #1269
  • Update CLI to v3.2.3 by github-actions in #1265
  • Update Native SDK to v0.13.1 by github-actions in #1263
  • Update Cocoa SDK to v9.5.1 by github-actions in #1257

Other

  • Add Windows arm64 support by tustanivsky in #1284
  • Add CrashType tag to crash events on native platforms (Windows, Linux, Xbox) by tustanivsky in #1277
  • Add guard to prevent potential infinite recursion in callback handlers by tustanivsky in #1279
  • Add global attributes support for Android by tustanivsky in #1274
  • Add app hang tracking for Windows and Linux by tustanivsky in #1270
  • Fix screenshot capture error messages during commandlet execution by tustanivsky in #1273
  • Fix debug symbol upload for build products located in the engine directory by tustanivsky in #1262
  • Fix symbol upload configuration warning in plugin settings menu by tustanivsky in #1261

🤖 This preview updates automatically when you update the PR.

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-java/8.35.0 branch from 533096e to 07ffa06 Compare March 12, 2026 18:29
@tustanivsky tustanivsky merged commit 7d6ae88 into main Mar 13, 2026
93 of 100 checks passed
@tustanivsky tustanivsky deleted the deps/modules/sentry-java/8.35.0 branch March 13, 2026 04:33
tustanivsky added a commit that referenced this pull request Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants