From 777eac46b84b4d65ae6afabd96cfed9bd0250b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Wold=C5=99ich?= <31292499+krystofwoldrich@users.noreply.github.com> Date: Fri, 14 Jul 2023 10:19:47 +0200 Subject: [PATCH] Update manual-setup.mdx --- src/platforms/react-native/manual-setup/manual-setup.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/platforms/react-native/manual-setup/manual-setup.mdx b/src/platforms/react-native/manual-setup/manual-setup.mdx index 2e36f3707605c..95e1b2d15aa5e 100644 --- a/src/platforms/react-native/manual-setup/manual-setup.mdx +++ b/src/platforms/react-native/manual-setup/manual-setup.mdx @@ -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 { @@ -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"