Bump Sentry Gradle plugin 6.17.0, SDK 8.51.0, native-ndk 0.16.0 - #247
Merged
Conversation
- Gradle plugin: 6.15.0 → 6.17.0 - Sentry Android SDK (auto-installed): 8.49.0 → 8.51.0 - sentry-native-ndk: 0.15.3 → 0.16.0
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #247 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 16 16
Lines 883 883
Branches 67 67
=====================================
Misses 883 883 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
sdzhong
approved these changes
Aug 5, 2026
sdzhong
left a comment
Collaborator
There was a problem hiding this comment.
- Errors: https://demo.sentry.io/issues/?end=2026-08-04T00%3A00%3A59&project=4508968118321152&query=sdk.version%3A8.51.0&referrer=issue-list&sort=recommended&start=2026-08-03T23%3A00%3A00
- Traces: https://demo.sentry.io/explore/traces/?end=2026-08-04T00%3A00%3A59&project=4508968118321152&query=sdk.version%3A8.51.0&start=2026-08-03T22%3A00%3A00
- User Feedback: https://demo.sentry.io/issues/feedback/?end=2026-08-04T00%3A00%3A59&feedbackSlug=android%3A7650701279&project=4508968118321152&referrer=feedback_list_page&start=2026-08-03T23%3A00%3A00
- Profiles: https://demo.sentry.io/explore/profiles/?end=2026-08-04T00%3A00%3A59&project=4508968118321152&query=sdk.version%3A8.51.0&start=2026-08-03T23%3A00%3A00 (edited)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps Sentry dependencies to latest stable versions:
Changelogs
canvas_themein Compose snapshot metadataminCompileSdkAAR metadata for AGP 9New features implemented
None — no features in this version range require demo app code changes. The demo app already exercises all demonstrable SDK capabilities. Details below.
Features in the version range (no code changes needed)
ProfilingManagerwith Perfetto-based stack sampling. No configuration change is required — the demo app's existing continuous profiling setup (manifest flags +InitContentProvider) works seamlessly. The newenableLegacyProfilingoption defaults totrue, preserving legacy profiler support on API < 35 devices. Setting it tofalseis not appropriate for this demo since it would disable profiling on older devices.canvas_thememetadata: Automatically emitted by the plugin for Compose@Previewsnapshots; entirely plugin-internal with no code changes needed.Features skipped (with technical blockers)
Supersedes
This PR supersedes #246 which bumped to intermediate versions (plugin 6.16.0, SDK 8.50.1, native-ndk 0.15.4).
Build verification
Build could not be fully verified in the remote environment —
./gradlew assembleDebugfails with 403 fromdl.google.comdue to network restrictions. This is an infrastructure limitation, not a code issue. The changes are version-only bumps inapp/build.gradlewith no logic changes.Generated by Claude Code