Bump Sentry Gradle plugin 6.18.0, SDK 8.52.0, native-ndk 0.16.1 - #255
Open
romtsn wants to merge 1 commit into
Open
Bump Sentry Gradle plugin 6.18.0, SDK 8.52.0, native-ndk 0.16.1#255romtsn wants to merge 1 commit into
romtsn wants to merge 1 commit into
Conversation
…e-ndk 0.16.0 → 0.16.1
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #255 +/- ##
=====================================
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:
|
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
Gradle Plugin 6.18.0
optimization.enableDSLsentry.runtimeOptimizations.enabled(no code change needed).SDK 8.52.0
Scope.clear(), preserve custom Throwable identities under R8, reduce false-positive SDK crash attribution for SQLite cursor crashes, prevent inflated cold app start from background process spawning, preserve single-sample ANR profile chunks, avoid CPU busy-loop under rate limitingRGB_565for screenshot/replay capture (halving per-frame memory), batch scope-persistence disk writes, reduce SDK thread countsentry-native 0.16.1
sentry_app_hang_pauseC API for pausing app hang detection (not exposed in Java/Kotlin SDK)New features implemented
None — the changelog entries in this version range contain only fixes, performance improvements, and C-level native APIs:
runtimeOptimizations— enabled by default, no code change needed. The optimization eliminates reflection for SDK class-availability checks at build time.sentry_app_hang_pause— C-level API not exposed through the Java/Kotlin Android SDK.Features skipped (with technical blockers)
sentry_app_hang_pause(sentry-native 0.16.1): C API function not exposed through the Java/Kotlin Android SDK; only usable from native C code.Build verification
Build could not be fully verified —
./gradlew assembleDebugfails with HTTP 403 fromdl.google.comdue to network restrictions in the remote execution environment. This is an infrastructure issue, not a code issue. The changes are version-only bumps inapp/build.gradlewith no logic changes.Generated by Claude Code