From 3decdccd53e657ce443cebb16454eb17abf673f3 Mon Sep 17 00:00:00 2001 From: Lucas Carvalho Date: Mon, 29 Jan 2018 02:29:44 -0500 Subject: [PATCH] Update sentry-cli path on manual-setup.rst (#340) --- docs/manual-setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual-setup.rst b/docs/manual-setup.rst index 9ba1a93792..c97025c91f 100644 --- a/docs/manual-setup.rst +++ b/docs/manual-setup.rst @@ -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