Skip to content

Commit 0f9b9f8

Browse files
committed
ref(sample): Remove deprecated --dump-sourcemap
1 parent c94a927 commit 0f9b9f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/expo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"android": "expo run:android",
1111
"ios": "expo run:ios",
1212
"ts:check": "tsc",
13-
"export": "expo export --dump-sourcemap --clear --platform all",
14-
"export:web": "expo export --dump-sourcemap --clear --platform web",
13+
"export": "expo export --source-maps --clear --platform all",
14+
"export:web": "expo export --source-maps --clear --platform web",
1515
"prebuild": "expo prebuild --clean --no-install",
1616
"set-version": "npx react-native-version --skip-tag --never-amend",
1717
"eas-build-pre-install": "npm i -g corepack && yarn install --no-immutable --inline-builds && yarn workspace @sentry/react-native build",

0 commit comments

Comments
 (0)