Skip to content

Commit

Permalink
Update manual-setup.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Jul 14, 2023
1 parent 5a059c5 commit 777eac4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/platforms/react-native/manual-setup/manual-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ apply from: "../../node_modules/@sentry/react-native/sentry.gradle"

### Enable Sentry AGP

You can enable native symbol upload and other features by adding [Sentry Android Gradle Plugin (SAGP)](/platforms/android/configuration/gradle) to `android/app/build.gradle`.
You can enable native symbol upload and other features by adding [Sentry Android Gradle Plugin (SAGP)](/platforms/android/configuration/gradle) dependency to `android/build.gradle`.

```groovy {filename:android/build.gradle}
buildscript {
Expand All @@ -110,6 +110,8 @@ buildscript {
}
```

And configure the plugin options in `android/app/build.gradle`.

```groovy {filename:android/app/build.gradle}
apply plugin: "io.sentry.android.gradle"
Expand Down

0 comments on commit 777eac4

Please sign in to comment.