File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/collections/_documentation/platforms/react-native Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Include the project by adding it to your dependency list in `app/build.gradle`:
113
113
``` java
114
114
dependencies {
115
115
// ... other dependencies listed here //
116
- implementation project(' :@sentry-react -native' )
116
+ implementation project(' :@sentry_react -native' )
117
117
}
118
118
```
119
119
@@ -138,6 +138,6 @@ public class MainApplication extends Application implements ReactApplication {
138
138
Add the following to your ` settings.gradle ` file:
139
139
140
140
``` java
141
- include ' :@sentry-react -native'
142
- project(' :@sentry-react -native' ). projectDir = new File (rootProject. projectDir, ' ../node_modules/@sentry/react-native/android' )
141
+ include ' :@sentry_react -native'
142
+ project(' :@sentry_react -native' ). projectDir = new File (rootProject. projectDir, ' ../node_modules/@sentry/react-native/android' )
143
143
```
You can’t perform that action at this time.
0 commit comments