Description
Currently, we send components stack as reported by React:
in div (created by HomeScreen)
in ErrorBoundary (created by HomeScreen)
in RCTScrollContentView (created by ScrollView)
in RCTScrollView (created by ScrollView)
in ScrollView (created by ScrollView)
in ScrollView (created by HomeScreen)
in HomeScreen (created by SceneView)
in StaticContainer
We could explore @babel/plugin-transform-react-jsx-source to include components source code in the components stack.
How does the plugin work: https://babeljs.io/docs/babel-plugin-transform-react-jsx-source
Example with the sources:
