-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
Description
Currently our automatic tagging through the compiler plugin is suboptimal, because we're using a Composable name for SentryTag which can be default composable names like Image/Text/Slider etc. and which don't uniquely identify the composable.
We could use filename + function name + lineno to uniquely identify composables and make the ViewHierarchies and Transactions better represent what components are being traced.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog