Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Jul 12, 2023
1 parent e727df8 commit bd3db43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sample-new-architecture/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit bd3db43

Please sign in to comment.