File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1616 - This fix requires a rebuild of the native app
1717- Symbolicate message and non-Error stacktraces locally in debug mode ([ #3420 ] ( https://github.com/getsentry/sentry-react-native/pull/3420 ) )
1818- Remove Sentry SDK frames from rejected promise SyntheticError stack ([ #3423 ] ( https://github.com/getsentry/sentry-react-native/pull/3423 ) )
19+ - Fix path from Xcode scripts to Collect Modules ([ #3451 ] ( https://github.com/getsentry/sentry-react-native/pull/3451 ) )
1920
2021### Dependencies
2122
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if [[ -n "$NODE_BINARY" ]]; then
2929fi
3030
3131thisFilePath=$( dirname $0 )
32- collectModulesScript=" $thisFilePath /../../ dist/js/tools/collectModules.js"
32+ collectModulesScript=" $thisFilePath /../dist/js/tools/collectModules.js"
3333
3434destination=" $CONFIGURATION_BUILD_DIR /$UNLOCALIZED_RESOURCES_FOLDER_PATH "
3535modulesOutput=" $destination /modules.json"
Original file line number Diff line number Diff line change 2525 /bin/sh -c " $REACT_NATIVE_XCODE "
2626fi
2727
28- [ -z " $SENTRY_COLLECT_MODULES " ] && SENTRY_COLLECT_MODULES=" ../.. /scripts/collect-modules.sh"
28+ [ -z " $SENTRY_COLLECT_MODULES " ] && SENTRY_COLLECT_MODULES=" ../node_modules/@sentry/react-native /scripts/collect-modules.sh"
2929
3030if [ -f " $SENTRY_COLLECT_MODULES " ]; then
3131 /bin/sh " $SENTRY_COLLECT_MODULES "
You can’t perform that action at this time.
0 commit comments