Skip to content

Commit bed6184

Browse files
committed
docs: update CONTRIBUTING paths for the monorepo layout
1 parent cda137c commit bed6184

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Comment out sentry dependency in `RNSentry.podspec`.
155155
+ s.dependency 'Sentry'
156156
```
157157

158-
Add local pods to `sample/ios/Podfile`.
158+
Add local pods to `samples/react-native/ios/Podfile`.
159159

160160
```diff
161161
target 'sample' do
@@ -186,7 +186,7 @@ ls ~/.m2/repository/io/sentry/sentry-android # check that `sentry-java` was publ
186186
cd sentry-react-native/sample
187187
```
188188

189-
Add local maven to `sample/android/build.gradle`.
189+
Add local maven to `samples/react-native/android/build.gradle`.
190190

191191
```gradle
192192
allprojects {
@@ -196,7 +196,7 @@ allprojects {
196196
}
197197
```
198198

199-
Update `sentry-android` version, to the one locally published, in `android/build.gradle`.
199+
Update `sentry-android` version, to the one locally published, in `packages/core/android/build.gradle`.
200200

201201
```diff
202202
dependencies {

0 commit comments

Comments
 (0)