mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
3a41f69f9c
Summary: Since changes to support hermes on iOS the js bundled is moved away from the location where it is generated when calling metro. This causes issues with the RN sentry integration since it relies on intercepting this path to find the bundle file after running react-native-xcode.sh. Seems kind of like a hacky way to get the bundle location, but let's avoid breaking it. https://github.com/getsentry/sentry-cli/blob/master/src/commands/react_native_xcode.rs ## Changelog [iOS] [Fixed] - Make sure js bundle still exists at bundle-output path Pull Request resolved: https://github.com/facebook/react-native/pull/30149 Test Plan: Checked that the bundle file exists both at bundle-output path and in the .app. Checked that the sentry release script works. Reviewed By: cpojer Differential Revision: D24480115 Pulled By: appden fbshipit-source-id: c01c80d47ed54319f97063ec635c021552a95c22 |
||
---|---|---|
.. | ||
circleci | ||
versiontemplates | ||
.packager.env | ||
.tests.env | ||
android-e2e-test.js | ||
android-setup.sh | ||
bump-oss-version.js | ||
compose-source-maps.js | ||
generate-api-docs.js | ||
generate-native-modules-specs-cli.js | ||
generate-native-modules-specs.sh | ||
generate-rncore.sh | ||
ios-configure-glog.sh | ||
launchPackager.bat | ||
launchPackager.command | ||
node-binary.sh | ||
objc-test.sh | ||
packager.sh | ||
process-podspecs.sh | ||
publish-npm.js | ||
react_native_pods.rb | ||
react-native-xcode.sh | ||
run-android-ci-instrumentation-tests.js | ||
run-android-emulator.sh | ||
run-android-local-integration-tests.sh | ||
run-android-local-unit-tests.sh | ||
run-ci-e2e-tests.js | ||
run-ci-javascript-tests.js | ||
run-instrumentation-tests-via-adb-shell.sh | ||
set-rn-template-version.js | ||
sync-css-layout.sh | ||
test-manual-e2e.sh | ||
try-n-times.js | ||
validate-android-device-env.sh | ||
validate-android-sdk.sh | ||
validate-android-test-env.sh | ||
validate-ios-test-env.sh |