Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 441 Bytes

WORK.md

File metadata and controls

19 lines (13 loc) · 441 Bytes

Upload Debug Symbols to Sentry

export SENTRY_PROPERTIES=sentry.properties

if [ ${CONFIGURATION} = "Release" ]; then
../node_modules/sentry-cli-binary/bin/sentry-cli upload-dsym
fi

Bundle React Native code and images

export SENTRY_PROPERTIES=sentry.properties
export NODE_BINARY=node

../node_modules/sentry-cli-binary/bin/sentry-cli react-native xcode ../node_modules/react-native/packager/react-native-xcode.sh