From bd3db43d93404bb10fcf8dbb7bb8159387f4e527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Wold=C5=99ich?= <31292499+krystofwoldrich@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:16:27 +0200 Subject: [PATCH] Update build.gradle --- sample-new-architecture/android/app/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }