Skip to content

chore(deps): update Sentry Android Gradle Plugin to v6.4.0#5974

Open
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-sentry-android-gradle-plugin.sh
Open

chore(deps): update Sentry Android Gradle Plugin to v6.4.0#5974
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-sentry-android-gradle-plugin.sh

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 9, 2026

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
  • Update CLI to v3.3.5 by github-actions in #1132
  • Update CLI to v3.3.4 by github-actions in #1122

6.4.0-alpha.5

Internal Changes 🔧

Deps
  • Update CLI to v3.3.5 by github-actions in #1132
  • Update CLI to v3.3.4 by github-actions in #1122

6.4.0-alpha.4

Internal Changes 🔧

Deps
  • Update CLI to v3.3.5 by github-actions in #1132
  • Update CLI to v3.3.4 by github-actions in #1122

6.4.0-alpha.3

Dependencies

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Apr 9, 2026
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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';
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Triggered by project rule: PR Review Guidelines for Cursor Bot

Reviewed by Cursor Bugbot for commit 8aea7fd. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant