Skip to content
Closed
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
4 changes: 2 additions & 2 deletions docs/codepush.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Make sure that you call this function otherwise Sentry is not able to symbolicat

After updating your CodePush release you have to upload the new assets to Sentry::

$ appcenter codepush release-react YourApp ios --outputDir build
$ appcenter codepush release-react YourApp --output-dir ./build
$ export SENTRY_PROPERTIES=./ios/sentry.properties
$ sentry-cli react-native codepush YourApp ios ./build
$ sentry-cli react-native appcenter YourApp ios ./build/codePush

.. admonition:: Note

Expand Down