You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Known false positives for dead click: Browser download
If we can fit it in: Document good UX suggestions like loading a spinner on a paging component to avoid triggering Rage Click (if user doesn't see UI changes, it's bad UX)
Dead Clicks: User clicks on a and button tags that do not result in any page activity after 7 seconds (i.e. no HTML was added, removed, or updated; no visual changes were observed in the page).
Rage Clicks: Five or more clicks on a dead element (it exhibits no page activity after 7 seconds.) Rage clicks are a subset of dead clicks.
Uh oh!
There was an error while loading. Please reload this page.
Main goals:
slowClickIgnoreSelectors
(Ignore rage/dead clicks from download links sentry-javascript#9087)Note we've added R+D Click here to product docs: https://docs.sentry.io/product/session-replay/replay-page-and-filters/
Basically:
And we link to that page from the changelog announcement of the new cards.
The text was updated successfully, but these errors were encountered: