-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Description
Issue:
Checkout this replay:
- If you look at the timeline and breadcrumbs, you can see clicks in the first few seconds, but the DOM events tab is missing clicks until the first minute
- Also, if you filter for just rage & dead clicks, only one shows up in DOM events, but the timeline shows a ton of rage & dead clicks
Solution:
- After further investigation, we realized this bug is happening because certain clicks (both normal and rage/dead) are not mapped to HTML selectors, which means they don't show up in the DOM events tab.
- We'll do a temporary fix by showing ALL of these clicks with an empty HTML box for now, but we'll will do further investigation to figure out why they are not mapped in the first place.
- Next step: find and display mapped HTML, then correctly map the breadcrumbs to re-rendered HTML elements
Metadata
Metadata
Assignees
Labels
No labels