fix(replays): show all clicks in DOM events tab (#55378)
Temporary fix for https://github.com/getsentry/sentry/issues/54291; more
investigation to come
Show all clicks (both rage/dead and normal) in the DOM events tab (no
more missing clicks), but these are not yet mapped to HTML selectors.
Before:
<img width="1181" alt="SCR-20230829-kwjh"
src="https://github.com/getsentry/sentry/assets/56095982/c9bd2e8d-a321-4c40-9873-c2ac2bd21460">
After:
<img width="1206" alt="SCR-20230829-mcng"
src="https://github.com/getsentry/sentry/assets/56095982/ac3df2c6-65ec-4753-83ac-93ac3c730bd5">