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
fix(posthog): suppress browser-extension exceptions from docs PostHog
PostHog's built-in exception autocapture was recording `prism_bash_exports`
errors from PrismJS-based browser extensions as if they were docs-site bugs
(13 `$exception` events in 48h). The docs site has no PrismJS dependency —
Nextra 4.6 uses shiki server-side — so these were pure extension noise.
Adds `capture_exceptions: false` plus custom window error handlers with an
IGNORED_PATTERNS filter (matching the pattern the sharpapi-site already uses).
Real unhandled errors still reach PostHog; extension-injected garbage does not.
Co-Authored-By: Paperclip <noreply@paperclip.ing>
0 commit comments