| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
📲 Install BuildsAndroid
|
Sorry, something went wrong.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 339dfaa. Configure here.
Sorry, something went wrong.
| retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" } | ||
| retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" } | ||
| sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.16.6" } | ||
| sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.16.7" } |
There was a problem hiding this comment.
High Severity
Native 0.16.7 makes sentry_init() consume .sentry-native/last_crash after caching it. NdkIntegration runs that init during Sentry.init(), before PreviousSessionFinalizer and SentryCrashLastRunState read the same marker, so native crashes no longer mark the previous session as crashed and isCrashedLastRun() can miss them.
Triggered by project rule: PR Review Guidelines for Cursor Bugbot
Reviewed by Cursor Bugbot for commit 339dfaa. Configure here.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps scripts/update-sentry-native-ndk.sh from 0.16.6 to 0.16.7.
Auto-generated by a dependency updater.
Changelog
0.16.7
Breaking / Important behavior changes:
Features:
Fixes:
Other changes:
Deprecations:
Thank you: