Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Comment out sentry dependency in `RNSentry.podspec`.
+ s.dependency 'Sentry'
```

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

```diff
target 'sample' do
Expand Down Expand Up @@ -186,7 +186,7 @@ ls ~/.m2/repository/io/sentry/sentry-android # check that `sentry-java` was publ
cd sentry-react-native/sample
```

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

```gradle
allprojects {
Expand All @@ -196,7 +196,7 @@ allprojects {
}
```

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

```diff
dependencies {
Expand Down
Loading