chore(deps): update Sentry Android Gradle Plugin to v6.11.0#6275
Conversation
9a0d607 to
10c1365
Compare
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog.
🤖 This preview updates automatically when you update the PR. |
|
6bfb146 to
257434e
Compare
257434e to
39e023e
Compare
| } | ||
|
|
||
| export const sentryAndroidGradlePluginVersion = '6.10.0'; | ||
| export const sentryAndroidGradlePluginVersion = '6.11.0'; |
There was a problem hiding this comment.
Bug: The Sentry Android Gradle Plugin version was updated, but the corresponding hardcoded Android SDK version was not, causing a version mismatch for users with autoInstallation enabled.
Severity: MEDIUM
Suggested Fix
Update the sentryAndroidVersion variable in packages/core/android/build.gradle from '8.43.1' to '8.43.2' to match the version bundled with the updated Gradle plugin.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent. Verify if this is a real issue. If it is, propose a fix; if not, explain why it's
not valid.
Location: packages/core/plugin/src/withSentryAndroidGradlePlugin.ts#L18
Potential issue: The pull request updates the Sentry Android Gradle Plugin to version
`6.11.0`, which bundles the Android SDK version `8.43.2`. However, the corresponding
hardcoded Sentry Android SDK version in `packages/core/android/build.gradle` was not
updated and remains at `8.43.1`. This version mismatch will cause a runtime crash
(`IllegalStateException`) for any user who has explicitly set `autoInstallation.enabled
= true` in their configuration. Users of the Expo plugin with the default settings are
not affected as this feature is disabled by default for them.
Also affects:
samples/react-native/android/build.gradle:19~19
Did we get this right? 👍 / 👎 to inform future reviews.
39e023e to
d9e69b3
Compare
Bumps scripts/update-sentry-android-gradle-plugin.sh from 6.10.0 to 6.11.0.
Auto-generated by a dependency updater.
Changelog
6.11.0
Fixes
A problem occurred starting process 'command ../sentry-cliXXX.exe')sentry-clion every build (#1263)sentry-snapshots-runtimePOMs no longer declare a transitivekotlin-stdlibdependency (#1276)Dependencies