-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
[Epic] Capture events for Dead Clicks #48259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Update 05/11/23:
|
URLs are also hard because of "dynamic" routes, e.g. IDs, slugs |
Update 05/22/23:
|
An update from @billyvg
|
Adds the new slow click replay issue type. Related: #48259
Related: #50345 |
A lot of dead clicks found so far are false positives or interesting UX issue but not something we'd be alerting on. We'll further dig into Rage Click as an additional insight into these clicks. And reduce some of the false positives: |
Update 06/08/23:
|
We continue to detect Dead Clicks in the forms of Breadcrumbs. But we're not at this point creating issues and alerting folks on it. The reason is that even though many of these Dead Clicks are valuable insight, for the most part they can be UX issues , many are false positives hard/impossible to filter out (browser download) so we don't believe are strong enough signal to noise ratio to deserve alerting and managing issue workflows through. The team will pursue more opportunities to benefit from the Dead Clicks such as allowing search by Replays with Dead Clicks, List of Replays with Dead Clicks for triaging, etc. We're also further looking into Rage Clicks and the relationship between Rage Clicks and Dead Clicks in search for great signal/noise ratio in order to create issues in Sentry. |
The goal is to capture an event if a user Click results in no UI change. Giving the impression that the site is broken.
Some considerations:
This was one of the identified potential Replay Issues:
The text was updated successfully, but these errors were encountered: