Description
Currently the user interactions require manually specified label <MyComponent labelKey={"manually-specicied-value"}>.
We could improve the naming by automatically using {File}:{Component}:{Line}:{Col} as a fallback label when none specified.
Result transaction naming would be -> HomeScreen.MediaCard.tsx:AddButton:123:12
What is needed?
Description
Currently the user interactions require manually specified label
<MyComponent labelKey={"manually-specicied-value"}>.We could improve the naming by automatically using
{File}:{Component}:{Line}:{Col}as a fallback label when none specified.Result transaction naming would be ->
HomeScreen.MediaCard.tsx:AddButton:123:12What is needed?