diff --git a/sample-new-architecture/android/app/build.gradle b/sample-new-architecture/android/app/build.gradle index 16da81a71..9c5479aeb 100644 --- a/sample-new-architecture/android/app/build.gradle +++ b/sample-new-architecture/android/app/build.gradle @@ -17,9 +17,11 @@ sentry { // Default is disabled. includeNativeSources = true + // `@sentry/react-native` ships with compatible `sentry-android` + // This option would install the latest version that ships with the SDK or SAGP (Sentry Android Gradle Plugin) + // which might be incompatible with the React Native SDK // Enable auto-installation of Sentry components (sentry-android SDK and okhttp, timber and fragment integrations). // Default is enabled. - // Only available v3.1.0 and above. autoInstallation { enabled = false }