Skip to content

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

Merged
antonis merged 2 commits intomainfrom
deps/scripts/update-sentry-android-gradle-plugin.sh
Apr 13, 2026
Merged

chore(deps): update Sentry Android Gradle Plugin to v6.4.0#5974
antonis merged 2 commits 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.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-sentry-android-gradle-plugin.sh branch from 8aea7fd to be669e4 Compare April 10, 2026 11:39
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Apr 10, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


  • chore(deps): update Sentry Android Gradle Plugin to v6.4.0 by github-actions[bot] in #5974
  • chore(deps): update Cocoa SDK to v9.10.0 by github-actions in #5972
  • chore(deps): update JavaScript SDK to v10.48.0 by github-actions in #5975
  • chore(deps): bump actions/github-script from 8 to 9 by dependabot in #5980
  • chore(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 by dependabot in #5979
  • chore(deps): update Bundler Plugins to v5.2.0 by github-actions in #5968
  • chore(deps): bump axios from 1.13.5 to 1.15.0 by dependabot in #5978
  • chore(deps): bump addressable from 2.8.7 to 2.9.0 in /performance-tests by dependabot in #5969
  • chore(deps): bump basic-ftp from 5.2.0 to 5.2.2 by dependabot in #5977
  • fix(profiling): Fix app start transaction profile timestamp offset by antonis in #5962
  • fix(android): Use componentStack as fallback for missing error stack traces by antonis in #5965
  • chore(deps): bump addressable from 2.8.7 to 2.9.0 in /samples/react-native-macos by dependabot in #5967
  • chore(deps): bump addressable from 2.8.7 to 2.9.0 in /samples/react-native by dependabot in #5966
  • fix(ios): Add SENTRY_PROJECT_ROOT env var for monorepo support by antonis in #5961
  • feat(ios): Add attachAllThreads option by antonis in #5960
  • fix(core): Lazy-load Metro internal modules to prevent Expo 55 import errors by lucas-zimerman in #5958
  • chore(deps): update Cocoa SDK to v9.9.0 by github-actions in #5956
  • chore(deps): update Maestro to v2.4.0 by github-actions in #5955
  • Feat: Fallback to stacktrace parsing by lucas-zimerman in #5946
  • fix(ci): Bump Node to 22 in size-analysis and testflight workflows by antonis in #5954
  • feat(playground): Open Sentry in desktop browser from Expo apps by antonis in #5947
  • chore(core): Bump sample app to React Native 0.84.1 by antonis in #5941
  • Size analysis for React Native SDK by alwx in #5949
  • chore(deps): bump lodash from 4.17.23 to 4.18.1 by dependabot in #5953

Plus 3 more


🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Apr 10, 2026

Fails
🚫 Pull request is not ready for merge, please add the "ready-to-merge" label to the pull request
🚫

❌ Android SDK Version Mismatch

Component Version
sentry-android in build.gradle 8.37.1
sentry-android bundled by gradle plugin 6.4.0 8.38.0

This mismatch will cause crashes on Android with error:

IllegalStateException: Sentry SDK has detected a mix of versions

Fix: Update packages/core/android/build.gradle to use version 8.38.0 or wait for a gradle plugin release that bundles 8.37.1.

Generated by 🚫 dangerJS against d10914d

@sentry
Copy link
Copy Markdown

sentry bot commented Apr 10, 2026

Sentry Build Distribution

App Name App ID Version Configuration Install Page
Sentry RN io.sentry.reactnative.sample 8.7.0 (82) Release Install Build

Configure sentry-react-native build distribution settings

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-sentry-android-gradle-plugin.sh branch 2 times, most recently from 64021e3 to 24e1887 Compare April 13, 2026 07:33
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-sentry-android-gradle-plugin.sh branch 4 times, most recently from 44c51e3 to f410ac4 Compare April 13, 2026 08:17
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-sentry-android-gradle-plugin.sh branch from f410ac4 to 85dbf19 Compare April 13, 2026 08:58
@antonis antonis enabled auto-merge (squash) April 13, 2026 09:56
Copy link
Copy Markdown
Contributor

@antonis antonis left a comment

Choose a reason for hiding this comment

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

LGTM
The Android bump will follow with #5971

@antonis antonis merged commit 51fbf68 into main Apr 13, 2026
43 of 56 checks passed
@antonis antonis deleted the deps/scripts/update-sentry-android-gradle-plugin.sh branch April 13, 2026 10:07
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.

2 participants