mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-24 11:10:25 +02:00
ResizeObserver "loop ..." errors are the dominant `$exception` bucket (~31k events / ~1.5k users). They are a benign, self-recovering browser quirk with no actionable signal and otherwise drown real failures and burn the event budget. Drop them entirely in before_send (ahead of redaction and the dedupe fuse, which only caps repeats). The match is narrow — only the benign "loop" phrasing — so a genuine ResizeObserver bug still reports. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai>