On https://docs.sentry.io/clients/react-native/codepush/ and related to #476 on my migration from code-push-cli to appcenter-cli.
appcenter cli, unlike code-push before, do not generate sourcemaps by default. appcenter help codepush release-react lists a -s|--sourcemap-output <arg>, as it also says "if omitted, a sourcemap will not be generated."
If sentry-cli only uploads minified script and source maps from what appcenter generates, then documentation should be updated for the missing -s param.
+1 Any updates on this one?
Also this doc is wrong https://docs.sentry.io/clients/react-native/codepush/
It says to use ./build/codePush but codepush generates files at CodePush
Thanks @mieszko4 - took me far too long to realise ./build/codePush -> ./build/CodePush!
Would definitely be good to get those docs updated
Most helpful comment
Thanks @mieszko4 - took me far too long to realise
./build/codePush->./build/CodePush!Would definitely be good to get those docs updated