DataDog / datadog-react-native-wizard

Setup wizard for Datadog React Native SDK
Apache License 2.0
4 stars 2 forks source link

Support sourcemaps upload for RN 0.74 #27

Closed louiszawadzki closed 6 months ago

louiszawadzki commented 6 months ago

What and why?

Support sourcemaps upload for RN 0.74

How?

The script generated by RN has slightly changed in RN 0.74 to better suit monorepos. We could potentially also change the datadog-sourcemaps.sh file to reference this new REACT_NATIVE_PATH env variable when it's defined, but I think it's better to keep it as it is right now since it is quite simple to edit.

Review checklist