Closed
Description
Currently for Replay we listen for click breadcrumbs through the core SDK. We include the node id from rrweb as a piece of data in order to be able to highlight elements during replay. We would like to additionally like to add:
- tagName
- text content for node
- attributes
- id
- class
- aria-label
- role
Note that we'll need to respect user's privacy options, so this should additionally be run through rrweb's serializer.