Skip to content

Commit 14ac005

Browse files
committed
Merge branch 'main' into antonis/3859-newCaptureFeedbackAPI-Form
2 parents 407f179 + f6c37bb commit 14ac005

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

samples/expo/app/_layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const navigationIntegration = Sentry.reactNavigationIntegration({
2525
enableTimeToInitialDisplay: !isExpoGo(), // This is not supported in Expo Go.
2626
});
2727

28-
process.env.EXPO_SKIP_DURING_EXPORT !== 'true' && Sentry.init({
28+
Sentry.init({
2929
// Replace the example DSN below with your own DSN:
3030
dsn: SENTRY_INTERNAL_DSN,
3131
debug: true,

samples/expo/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"android": "expo run:android",
1111
"ios": "expo run:ios",
1212
"ts:check": "tsc",
13-
"export": "EXPO_SKIP_DURING_EXPORT='true' expo export --dump-sourcemap --clear",
13+
"export": "expo export --dump-sourcemap --clear --platform all",
14+
"export:web": "expo export --dump-sourcemap --clear --platform web",
1415
"prebuild": "expo prebuild --clean --no-install",
1516
"set-version": "npx react-native-version --skip-tag --never-amend"
1617
},

0 commit comments

Comments
 (0)