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
Starting RN 0.71react-native docs recommend using SOURCEMAP_FILE env to enable source maps on iOS.
sentry-cli doesn't recognize that Hermes source maps were generated (Warning: build produced no sourcemaps.) and doesn't upload any artifacts.
At the moment sentry-cli only recognizes source maps generated using the following flag EXTRA_PACKAGER_ARGS="--sourcemap-output $DERIVED_FILE_DIR/main.jsbundle.map", but this way doesn't enable Hesmes compiler source maps.
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
Description
Starting RN
0.71
react-native docs recommend usingSOURCEMAP_FILE
env to enable source maps on iOS.sentry-cli
doesn't recognize that Hermes source maps were generated (Warning: build produced no sourcemaps.
) and doesn't upload any artifacts.At the moment
sentry-cli
only recognizes source maps generated using the following flagEXTRA_PACKAGER_ARGS="--sourcemap-output $DERIVED_FILE_DIR/main.jsbundle.map"
, but this way doesn't enable Hesmes compiler source maps.Context: Generating Hermes source map has a side effect. facebook/react-native#34043 (comment)
The text was updated successfully, but these errors were encountered: