Skip to content

Commit 7657339

Browse files
committed
RN: Fix Configure Automatic Source Maps Upload script for RN 0.81.1
1 parent 1eacd44 commit 7657339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platforms/react-native/manual-setup/manual-setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ SENTRY_XCODE="../node_modules/@sentry/react-native/scripts/sentry-xcode.sh"
6565
BUNDLE_REACT_NATIVE="/bin/sh $SENTRY_XCODE $REACT_NATIVE_XCODE"
6666

6767
# RN 0.81.1+
68-
# /bin/sh -c "$WITH_ENVIRONMENT $BUNDLE_REACT_NATIVE"
68+
/bin/sh -c "$WITH_ENVIRONMENT /bin/sh $SENTRY_XCODE $REACT_NATIVE_XCODE"
6969

7070
# RN 0.69 - 0.80.0
71-
/bin/sh -c "$WITH_ENVIRONMENT \"$BUNDLE_REACT_NATIVE\""
71+
# /bin/sh -c "$WITH_ENVIRONMENT \"$BUNDLE_REACT_NATIVE\""
7272

7373
# RN 0.46 – 0.68
7474
# /bin/sh -c "$BUNDLE_REACT_NATIVE"

0 commit comments

Comments
 (0)