diff --git a/docs/platforms/android/troubleshooting/index.mdx b/docs/platforms/android/troubleshooting/index.mdx index 662716a2c1e22..d20413e62ff4a 100644 --- a/docs/platforms/android/troubleshooting/index.mdx +++ b/docs/platforms/android/troubleshooting/index.mdx @@ -6,13 +6,13 @@ sidebar_order: 9000 ## Obfuscated stack traces, missing Android-specific context -If stack traces don't get unobfuscated properly, even though mapping files are uploaded correctly, or if Android context information is missing from events, a possible reason is that the SDK is initialized with `Sentry.init` instead of `SentryAndroid.init`. +If stack traces don't get deobfuscated properly, even though mapping files are uploaded correctly, or if Android context information is missing from events, a possible reason is that the SDK is initialized with `Sentry.init` instead of `SentryAndroid.init`. For manual initialization on Android, always use `SentryAndroid.init`. -From SDK version `8.0.0` on, using `Sentry.init` on Android will cause a compile-time exception. +From SDK version `8.0.0` on, using `Sentry.init` on Android will throw an `IllegalArgumentException`. ## Excluding Unwanted Resources from APK/AAB