Skip to content

Commit 352bba6

Browse files
Merge ce036b7 into e754436
2 parents e754436 + ce036b7 commit 352bba6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

samples/expo/app.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,13 @@
8181
"default": "development"
8282
}
8383
},
84-
"eas": {
85-
"projectId": "00000000-0000-0000-0000-000000000000"
86-
}
84+
"eas": {}
8785
},
88-
"owner": "__OWNER__",
8986
"runtimeVersion": {
9087
"policy": "appVersion"
9188
},
9289
"updates": {
9390
"url": "https://u.expo.dev/00000000-0000-0000-0000-000000000000"
9491
}
9592
}
96-
}
93+
}

samples/expo/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"export:web": "expo export --dump-sourcemap --clear --platform web",
1515
"prebuild": "expo prebuild --clean --no-install",
1616
"set-version": "npx react-native-version --skip-tag --never-amend",
17-
"eas-build-pre-install": "npm i -g corepack && yarn install --no-immutable --inline-builds && yarn workspace @sentry/react-native build"
17+
"eas-build-pre-install": "npm i -g corepack && yarn install --no-immutable --inline-builds && yarn workspace @sentry/react-native build",
18+
"eas-update-configure": "eas update:configure"
1819
},
1920
"dependencies": {
2021
"@sentry/react-native": "6.14.0",

0 commit comments

Comments
 (0)