Skip to content

Commit

Permalink
chore(sample): Disable SAGP autoInstallation
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Jun 20, 2023
1 parent 9c48b2c commit e727df8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sample-new-architecture/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ sentry {
// you don't need to do it manually.
// Default is disabled.
includeNativeSources = true

// 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
}
}

react {
Expand Down

0 comments on commit e727df8

Please sign in to comment.