Radar — PostHog JS
Recent PostHog JS changes
posthog-js@1.408.0 — Jul 29, 2026
- Canvas capture in session replay gains region masking via a
maskRegionsFn— return[]to record as-is,nullto skip the frame.
posthog-js@1.392.0 — Jun 22, 2026
- Bundled OpenTelemetry dependencies removed — the lazily-loaded logs chunk
shrinks; auto-captured console logs now run through
logs.beforeSendfor redaction. - ⚠ Log record attributes renamed:
distinct_id→posthogDistinctId,location.href→url.full,session.id→sessionId.
posthog-js@1.382.0 — Jun 6, 2026
- Rage-click detection ignores text-editing surfaces (double/triple-click
selection) and
+/-stepper buttons.
posthog-js@1.331.0 — Jan 19, 2026
- ⚠
posthog.initoptionevaluationEnvironmentsis deprecated in favor ofevaluationContexts— removal planned for a future major.
These summaries link to the original release notes. They cover selected features, security updates, and migration changes.