Skip to content

Commit

Permalink
Update sentry-cli path on manual-setup.rst (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascarvalho authored and HazAT committed Jan 29, 2018
1 parent 4891f2e commit 3decdcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ In that case you should change the scripts to this::
[ -z "$NODE_BINARY" ] && export NODE_BINARY="node"

# Run sentry cli script to upload debug symbols
$NODE_BINARY ../node_modules/sentry-cli-binary/bin/sentry-cli upload-dsym
$NODE_BINARY ../node_modules/@sentry/cli/bin/sentry-cli upload-dsym

# OR

$NODE_BINARY ../node_modules/sentry-cli-binary/bin/sentry-cli react-native xcode \
$NODE_BINARY ../node_modules/@sentry/cli/bin/sentry-cli react-native xcode \
../node_modules/react-native/scripts/react-native-xcode.sh

Android
Expand Down

0 comments on commit 3decdcc

Please sign in to comment.