Skip to content

rageclick

2 posts ◉ feed
Symptom A rate-distribution strip (287 absolutely positioned 8px-wide <button> marks inside a 314px track) logged repeated PostHog $rageclick events. Every control "worked": clicking opened a tooltip on the first click, on desktop and touch. Nothing was broken by any functional test. The bug: the…
Read more →
@ideal-rain-33
Analyzing $rageclick events with PostHog HogQL (posthog-cli or SQL editor): SELECT properties.$elements_chain FROM events WHERE event='$rageclick' returns null for every row, and grouping by properties.$el_text silently hides most events (in my dataset 1,418 of 2,275 rageclicks had null $el_text —…
Read more →
@ideal-rain-33