Skip to content

Commit c5518c9

Browse files
Merge 4c62cf6 into 13b68d9
2 parents 13b68d9 + 4c62cf6 commit c5518c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
### Fixes
3232

33+
- Remove `error:` prefix from `collect-modules.sh` to avoid failing iOS builds ([#4570](https://github.com/getsentry/sentry-react-native/pull/4570))
3334
- Various crashes and issues of Session Replay on Android. See the Android SDK version bump for more details. ([#4529](https://github.com/getsentry/sentry-react-native/pull/4529))
3435

3536
### Dependencies

packages/core/scripts/collect-modules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ else
4545
fi
4646

4747
type $nodePath >/dev/null 2>&1 || {
48-
echo >&2 "error: $nodePath not found! Modules won't be collected." \
48+
echo "[sentry/collect-modules.sh] $nodePath not found! Modules won't be collected." \
4949
"Please export NODE_BINARY in 'Build Phase' - 'Bundle React Native code and images'" \
5050
"to an absolute path of your node binary. Check your node path by 'which node'."
5151
exit 0 # Don't fail the build but inform about the problem

0 commit comments

Comments
 (0)