Skip to content

Bump Sentry Gradle plugin 6.10.0 → 6.11.0#225

Closed
romtsn wants to merge 1 commit into
mainfrom
sentry-bump/6.11.0
Closed

Bump Sentry Gradle plugin 6.10.0 → 6.11.0#225
romtsn wants to merge 1 commit into
mainfrom
sentry-bump/6.11.0

Conversation

@romtsn

@romtsn romtsn commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

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-ndk remains at 0.14.2 (SDK 8.43.2 does not bump native).

Version Changes

Component Old New
Sentry Android Gradle Plugin 6.10.0 6.11.0
Sentry Android SDK (auto-installed) 8.43.1 8.43.2
sentry-native-ndk 0.14.2 0.14.2 (unchanged)

Changelogs

What's in the bump

Plugin 6.11.0 fixes:

  • Resolve sentry-cli path as a task input instead of memoizing in a static field (fixes stale-path build failures when switching branches with config cache)
  • Defer telemetry default-org lookup to execution time (config cache no longer re-runs sentry-cli on every build)
  • Published POMs no longer declare transitive kotlin-stdlib dependency
  • Normalize Linux ARM64 architecture name for bundled sentry-cli binary lookup

SDK 8.43.2 improvements:

  • DSN parsing performance improvement (custom string parsing replaces java.net.URI)
  • Removes unnecessary boxing for better performance
  • Session Replay: fixes VerifyError in Compose masking with DexGuard/R8 obfuscation
  • Session Replay: fixes Compose view masking issues in obfuscated/minified builds

New 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.gradle with no code changes.


Generated by Claude Code

- 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
@romtsn romtsn requested a review from sdzhong as a code owner June 17, 2026 13:50
@sentry

sentry Bot commented Jun 17, 2026

Copy link
Copy Markdown

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
Android com.example.vu.android 24.12.26 (241226) release
Android com.example.vu.android 24.12.26 (241226) debug
Android com.example.vu.android 24.12.26 (241226) release

⚙️ android Build Distribution Settings

@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (fbd7a20) to head (dcc083d).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sdzhong

sdzhong commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

Superseded by #227

@sdzhong sdzhong closed this Jun 24, 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