Skip to content

Commit 3c25ac7

Browse files
Fix xcode bundle build phase sentry properties path (#6461)
1 parent 705fe63 commit 3c25ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ REACT_NATIVE_XCODE="../node_modules/react-native/scripts/react-native-xcode.sh"
4444
To this:
4545

4646
```bash
47-
export SENTRY_PROPERTIES=../sentry.properties
47+
export SENTRY_PROPERTIES=sentry.properties
4848
export EXTRA_PACKAGER_ARGS="--sourcemap-output $DERIVED_FILE_DIR/main.jsbundle.map"
4949
set -e
5050

0 commit comments

Comments
 (0)