File tree 2 files changed +3
-2
lines changed
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({
25
25
enableTimeToInitialDisplay : ! isExpoGo ( ) , // This is not supported in Expo Go.
26
26
} ) ;
27
27
28
- process . env . EXPO_SKIP_DURING_EXPORT !== 'true' && Sentry . init ( {
28
+ Sentry . init ( {
29
29
// Replace the example DSN below with your own DSN:
30
30
dsn : SENTRY_INTERNAL_DSN ,
31
31
debug : true ,
Original file line number Diff line number Diff line change 10
10
"android" : " expo run:android" ,
11
11
"ios" : " expo run:ios" ,
12
12
"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" ,
14
15
"prebuild" : " expo prebuild --clean --no-install" ,
15
16
"set-version" : " npx react-native-version --skip-tag --never-amend"
16
17
},
You can’t perform that action at this time.
0 commit comments