Skip to content

chore(deps): update Sentry SDK to v8.35.0#236

Open
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-sentry-sdk.sh/8.35.0
Open

chore(deps): update Sentry SDK to v8.35.0#236
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-sentry-sdk.sh/8.35.0

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-sentry-sdk.sh 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 markushi as a code owner March 13, 2026 03:50
@github-actions github-actions bot force-pushed the deps/scripts/update-sentry-sdk.sh/8.35.0 branch from b8d17d1 to 88a628d Compare March 13, 2026 03:50
@github-actions github-actions bot force-pushed the deps/scripts/update-sentry-sdk.sh/8.35.0 branch from 88a628d to c572204 Compare March 13, 2026 08:06
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.

1 participant