sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Bug: Dom Events tab doesn't show all DOM events although there are user clicks in the breadcrumbs

Open ryan953 opened this issue 2 years ago • 4 comments

Example replay: https://sentry.io/organizations/sentry/replays/javascript:35d8228d910043fc82caac2c87e50c20/?t_main=dom

ryan953 avatar Sep 06 '22 16:09 ryan953

I wonder if this is related to the missing-segment issue, causing dropped frames, so we're unable to read the dom.

ryan953 avatar Sep 06 '22 17:09 ryan953

yeah its missing a few segments to check, you can just simply remove the “download” query parameter from the endpoint query https://sentry.io/api/0/projects/sentry/javascript/replays/35d8228d910043fc82caac2c87e50c20/recording-segments/

JoshFerge avatar Sep 08 '22 16:09 JoshFerge

Ok, since this is missing some segments and that is a known problem I think this can be closed. Last segment is id=19, it's missing missing 8, 9, 11, 13, 15.

If we see the empty state again then lets re-open the bug.

ryan953 avatar Sep 08 '22 16:09 ryan953

@ryan953 @JoshFerge

I encountered this issue again from a replay that is 2 hours old.

See this Replay: https://sentry.io/organizations/sentry/replays/javascript:6964a55b3d10414fa69d05c2ea59abd7/?referrer=%2Forganizations%2F%3AorgId%2Freplays%2F&t_main=dom

There are user clicks and inputs in the breadcrumbs and timeline, but nothing in DOM Events tab.

jas-kas avatar Sep 16 '22 12:09 jas-kas