From aaa1d5f7218eca7ad7ec8dd1f869d9d54e5618e6 Mon Sep 17 00:00:00 2001 From: Karl Taylor Date: Fri, 17 Aug 2018 10:28:14 +0100 Subject: [PATCH 1/2] Fix codepush docs --- docs/codepush.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/codepush.rst b/docs/codepush.rst index c1fd92b4c5..672476818b 100644 --- a/docs/codepush.rst +++ b/docs/codepush.rst @@ -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 .. admonition:: Note From 01493bd232af80d7829002e2976ed949f6d4887e Mon Sep 17 00:00:00 2001 From: Karl Taylor Date: Fri, 17 Aug 2018 11:09:41 +0100 Subject: [PATCH 2/2] add codepush dir --- docs/codepush.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/codepush.rst b/docs/codepush.rst index 672476818b..ac437da279 100644 --- a/docs/codepush.rst +++ b/docs/codepush.rst @@ -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 --output-dir build + $ appcenter codepush release-react YourApp --output-dir ./build $ export SENTRY_PROPERTIES=./ios/sentry.properties - $ sentry-cli react-native appcenter YourApp ios build + $ sentry-cli react-native appcenter YourApp ios ./build/codePush .. admonition:: Note