Skip to content

Bug: Missing clicks in DOM events #54291

@michellewzhang

Description

@michellewzhang

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

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions