chore(deps): update Sentry Android Gradle Plugin to v6.4.0#5974
chore(deps): update Sentry Android Gradle Plugin to v6.4.0#5974github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
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.
Reviewed by Cursor Bugbot for commit 8aea7fd. Configure here.
| } | ||
|
|
||
| export const sentryAndroidGradlePluginVersion = '6.3.0'; | ||
| export const sentryAndroidGradlePluginVersion = '6.4.0'; |
There was a problem hiding this comment.
AGP 6.4.0 bundles SDK 8.38.0 but repo pins 8.37.1
High Severity
Per the PR changelog, AGP 6.4.0 bumps its bundled sentry-android SDK from 8.37.1 to 8.38.0. However, packages/core/android/build.gradle still explicitly declares api 'io.sentry:sentry-android:8.37.1' and debugImplementation 'io.sentry:sentry-spotlight:8.37.1', and packages/core/android/expo-handler/build.gradle still declares compileOnly 'io.sentry:sentry-android:8.37.1'. This introduces a version mismatch that didn't exist with AGP 6.3.0. The repo's own check-android-sdk-mismatch.js CI check is designed to catch and fail on exactly this scenario due to the risk of IllegalStateException: Sentry SDK has detected a mix of versions. Flagged per the dependency update review rule (project-0b61c077c0c2).
Additional Locations (1)
Triggered by project rule: PR Review Guidelines for Cursor Bot
Reviewed by Cursor Bugbot for commit 8aea7fd. Configure here.


Bumps scripts/update-sentry-android-gradle-plugin.sh from 6.3.0 to 6.4.0.
Auto-generated by a dependency updater.
Changelog
6.4.0
Dependencies
6.4.0-alpha.6
Internal Changes 🔧
Deps
6.4.0-alpha.5
Internal Changes 🔧
Deps
6.4.0-alpha.4
Internal Changes 🔧
Deps
6.4.0-alpha.3
Dependencies