Skip to content

chore(deps): update Sentry Android Gradle Plugin to v6.18.0 - #6571

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Bumps scripts/update-sentry-android-gradle-plugin.sh from 6.17.0 to 6.18.0.

Auto-generated by a dependency updater.

Changelog

6.18.0

Fixes

  • Support ProGuard mapping tasks when R8 is enabled with the AGP app optimization.enable DSL (#1376)

Performance

  • Eliminate reflection for known optional Sentry SDK class-availability checks, reducing SDK initialization time by about 1% in an absent-heavy startup benchmark (#1375)
    • This optimization is enabled by default. If it causes problems, disable it with sentry.runtimeOptimizations.enabled = false.

Dependencies

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Aug 8, 2026
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Aug 8, 2026
@bruno-garcia
bruno-garcia force-pushed the deps/scripts/update-sentry-android-gradle-plugin.sh branch from bf261a4 to 0a680e7 Compare August 8, 2026 03:30
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

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.18.0 by github-actions[bot] in #6571
  • fix(ios): Re-land SentrySDK.internal migration, bump Cocoa SDK to 9.24.0 by alwx in #6541
  • ci: Replace curl-pipe-bash with action-setup-cli for Sentry CLI setup by oioki in #6567

🤖 This preview updates automatically when you update the PR.

@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor Author
Fails
🚫 Pull request is not ready for merge, please add the "ready-to-merge" label to the pull request
Warnings
⚠️

⚠️ Android SDK Version Mismatch

Component Version
sentry-android in build.gradle 8.51.0
sentry-android bundled by gradle plugin 6.18.0 8.52.0

If a user enables AGP autoInstallation (default: true), this mismatch causes:

IllegalStateException: Sentry SDK has detected a mix of versions

Our docs instruct React Native users to set autoInstallation.enabled = false, so users following the guide are unaffected. Consider either updating packages/core/android/build.gradle to 8.52.0 or waiting for a gradle plugin release that bundles 8.51.0.

Generated by 🚫 dangerJS against 0a680e7

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