-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
enhancementNew feature or requestNew feature or requestrumRelated to [dsyms, flutter-symbols, react-native, sourcemaps, unity-symbols]Related to [dsyms, flutter-symbols, react-native, sourcemaps, unity-symbols]
Description
Feature request description
The inject-debug-id ./dir
command fails on standard iOS builds because it strictly looks for a *.bundle
file, but the default iOS output is main.jsbundle
. This requires a manual file renaming step in our CI pipeline.
Solution
We suggest two possible solutions:
- Update the file search pattern to be more flexible, like
*bundle
, to matchmain.jsbundle
. - Allow specifying file paths directly via flags, for example:
npx @datadog/datadog-ci react-native inject-debug-id \
--bundle ./path/to/main.jsbundle \
--sourcemap ./path/to/main.jsbundle.map
Additional context
No response
Command
react-native
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestrumRelated to [dsyms, flutter-symbols, react-native, sourcemaps, unity-symbols]Related to [dsyms, flutter-symbols, react-native, sourcemaps, unity-symbols]