Skip to content

Commit

Permalink
fix(android): Add Sentry Android SDK Compatibility for migrating sent…
Browse files Browse the repository at this point in the history
…ry-android to v8 (#12878)
  • Loading branch information
philprime authored Mar 4, 2025
1 parent 39e7fcd commit 655a776
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/platforms/android/migration/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ You may also use `LifecycleHelper.close(token)`, e.g. in case you need to pass t

- The required Sentry version in version `8.0.0` of the SDK remains unchanged. [Sentry's version >= v22.12.0](https://github.com/getsentry/self-hosted/releases) is required. This only applies to self-hosted Sentry. If you are using [sentry.io](https://sentry.io), no action is needed.

### Sentry Android SDK Compatibility

You must use Sentry Gradle plugin 5.+ together with the Sentry Android SDK 8.+ otherwise, it might crash at runtime due to missing dependencies.

## Migration from `io.sentry:sentry-android-gradle-plugin:3.x.x` to `io.sentry:sentry-android-gradle-plugin:4.0.0`

### Breaking Changes
Expand Down

0 comments on commit 655a776

Please sign in to comment.