-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
Steps to reproduce the behavior
Have this as "Bundle React native code and images" script in your React-Native build phases:
export DEVELOPMENT_BUILD_CONFIGURATIONS="+(Debug)"
export NODE_BINARY=node
export SENTRY_PROPERTIES=./sentry.properties
$NODE_BINARY ../node_modules/@sentry/cli/bin/sentry-cli react-native xcode ../node_modules/react-native-schemes-manager/lib/react-native-xcode.sh
Expected behavior
Release should be created in the appropriate Sentry project, with main.jsbundle and main.jsbundle.map files uploaded.
Actual behavior
Release is not created, and no files are ever uploaded.
Notes
So, I was moving stuff around in the build script, and noticed that removing these two lines:
cd "$SCHEMES_MANAGER_DIR/../.."
$NODE_BINARY "$SCHEMES_MANAGER_DIR/index.js" hide-library-schemes
actually fixes the issue! :)
Also, it does not have any ill effects to the work of this package itself...
Metadata
Metadata
Assignees
Labels
No labels