sentry
sentry copied to clipboard
Bug: Dom Events tab doesn't show all DOM events although there are user clicks in the breadcrumbs
Example replay: https://sentry.io/organizations/sentry/replays/javascript:35d8228d910043fc82caac2c87e50c20/?t_main=dom
I wonder if this is related to the missing-segment issue, causing dropped frames, so we're unable to read the dom.
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/
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 @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.