File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments