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 16
16
- This fix requires a rebuild of the native app
17
17
- Symbolicate message and non-Error stacktraces locally in debug mode ([ #3420 ] ( https://github.com/getsentry/sentry-react-native/pull/3420 ) )
18
18
- 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 ) )
19
20
20
21
### Dependencies
21
22
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if [[ -n "$NODE_BINARY" ]]; then
29
29
fi
30
30
31
31
thisFilePath=$( dirname $0 )
32
- collectModulesScript=" $thisFilePath /../../ dist/js/tools/collectModules.js"
32
+ collectModulesScript=" $thisFilePath /../dist/js/tools/collectModules.js"
33
33
34
34
destination=" $CONFIGURATION_BUILD_DIR /$UNLOCALIZED_RESOURCES_FOLDER_PATH "
35
35
modulesOutput=" $destination /modules.json"
Original file line number Diff line number Diff line change 25
25
/bin/sh -c " $REACT_NATIVE_XCODE "
26
26
fi
27
27
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"
29
29
30
30
if [ -f " $SENTRY_COLLECT_MODULES " ]; then
31
31
/bin/sh " $SENTRY_COLLECT_MODULES "
You can’t perform that action at this time.
0 commit comments