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
ref(insights): abstract ScreenLoadSpanSamples side panel for mobile modules (#70890)
Currently, the app starts module depends on `ScreenLoadSpanSamples` in
`mobile/screenload` to display the side panel. However, we therefore
cannot identify which module the panel comes from, which we will need
for analytics (e.g. # of times a sample span is clicked per module) -
#70822.
This PR moves the component under `mobile/components` and adds a
moduleName prop to identify the originating module.
0 commit comments