We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2af3a4 commit 3853f43Copy full SHA for 3853f43
sample-new-architecture/android/app/build.gradle
@@ -14,6 +14,15 @@ sentry {
14
// you don't need to do it manually.
15
// Default is disabled.
16
includeNativeSources = true
17
+
18
+ // `@sentry/react-native` ships with compatible `sentry-android`
19
+ // This option would install the latest version that ships with the SDK or SAGP (Sentry Android Gradle Plugin)
20
+ // which might be incompatible with the React Native SDK
21
+ // Enable auto-installation of Sentry components (sentry-android SDK and okhttp, timber and fragment integrations).
22
+ // Default is enabled.
23
+ autoInstallation {
24
+ enabled = false
25
+ }
26
}
27
28
react {
0 commit comments