You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/core/scripts/expo-upload-sourcemaps.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ if (numAssetsUploaded === totalAssets) {
234
234
console.log('✅ Uploaded bundles and sourcemaps to Sentry successfully.');
235
235
}else{
236
236
console.warn(
237
-
`⚠️ Uploaded ${numAssetsUploaded} of ${totalAssets} bundles and sourcemaps. ${numAssetsUploaded===0 ? 'Ensure you are running `expo export` with the `--dump-sourcemap` flag.' : ''
237
+
`⚠️ Uploaded ${numAssetsUploaded} of ${totalAssets} bundles and sourcemaps. ${numAssetsUploaded===0 ? 'Ensure you are running `expo export` with the `--source-maps` flag.' : ''
0 commit comments