Skip to content

Commit

Permalink
chore(sample): Disable SAGP autoInstallation (#3136)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Jul 13, 2023
1 parent e2af3a4 commit 3853f43
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sample-new-architecture/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ sentry {
// you don't need to do it manually.
// 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.
autoInstallation {
enabled = false
}
}

react {
Expand Down

0 comments on commit 3853f43

Please sign in to comment.