Skip to content

Commit 071e6d8

Browse files
authored
Merge pull request #4 from stvdrsch/patch-1
Update README.md
2 parents bc64dac + 2feb50f commit 071e6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ At this point, you may get an error like:
122122
`TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined`
123123
It should be safe to look past this error. A minor issue is that it blocks creation of `ios/sentry.properties`. So simply make a copy of `android/sentry.properties` and put it in `ios/sentry.properties`:
124124
```
125-
cp andoid/sentry.properties ios/sentry.properties
125+
cp android/sentry.properties ios/sentry.properties
126126
cd ios
127127
pod install
128128
```

0 commit comments

Comments
 (0)