Bump Sentry Gradle plugin 6.10.0 → 6.11.0#225
Closed
romtsn wants to merge 1 commit into
Closed
Conversation
- Sentry Android Gradle Plugin: 6.10.0 → 6.11.0 - Bundled SDK: 8.43.1 → 8.43.2 - sentry-native-ndk: remains at 0.14.2 (no native bump in SDK 8.43.2) Plugin 6.11.0 fixes: - Resolve sentry-cli path as task input (fixes stale-path with config cache) - Defer telemetry default-org lookup to execution time (config cache fix) - Remove transitive kotlin-stdlib from published POMs - Normalize Linux ARM64 architecture name for sentry-cli lookup SDK 8.43.2 improvements: - DSN parsing performance (custom string parsing instead of java.net.URI) - Remove unnecessary boxing for better performance - Session Replay: fix VerifyError with DexGuard/R8 obfuscation - Session Replay: fix Compose view masking in obfuscated builds
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #225 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 16 16
Lines 875 875
Branches 65 65
=====================================
Misses 875 875 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Collaborator
|
Superseded by #227 |
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 the Sentry Android Gradle Plugin from 6.10.0 → 6.11.0, which brings the bundled SDK from 8.43.1 → 8.43.2. The
sentry-native-ndkremains at 0.14.2 (SDK 8.43.2 does not bump native).Version Changes
Changelogs
What's in the bump
Plugin 6.11.0 fixes:
kotlin-stdlibdependencySDK 8.43.2 improvements:
java.net.URI)VerifyErrorin Compose masking with DexGuard/R8 obfuscationNew features implemented
None — this release contains only bug fixes and performance improvements. No new SDK features to demonstrate.
Features skipped
None — there were no new features in the changelog between 6.10.0 and 6.11.0.
Build verification
Build could not be verified in the CI environment due to network restrictions (403 from Google Maven). The change is a single version number bump in
app/build.gradlewith no code changes.Generated by Claude Code