diff --git a/src/collections/_documentation/clients/react-native/manual-setup.md b/src/collections/_documentation/clients/react-native/manual-setup.md index 0166e9735f100..8ed7e9ae20621 100644 --- a/src/collections/_documentation/clients/react-native/manual-setup.md +++ b/src/collections/_documentation/clients/react-native/manual-setup.md @@ -130,3 +130,10 @@ public class MainApplication extends Application implements ReactApplication { } ``` + + +Add the following to your `settings.gradle` file: +```java +include ':react-native-sentry' +project(':react-native-sentry').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-sentry/android') +```