The Replay SDK should track "rage" clicks (defined as 3 or more clicks within 1 second).
The breadcrumb should be similar to slow click except:
category: ui.rageClick and data = url, # of clicks, time (?)
Let's also add metric: true to the event (example] so that it gets logged in the backend.
The Replay SDK should track "rage" clicks (defined as 3 or more clicks within 1 second).
The breadcrumb should be similar to slow click except:
category:
ui.rageClickand data = url, # of clicks, time (?)Let's also add
metric: trueto the event (example] so that it gets logged in the backend.