Release Notes 0.1.1
PostHog Debugger 0.1.1 improves iframe debugging, request attribution, and
DevTools panel readability for teams validating PostHog implementations.
What’s New
- Captures decoded PostHog events from iframes where Chrome allows extension
scripts to run.
- Shows which frame produced an event in the Events list and event detail view.
- Adds a frame selector for feature flag and session state snapshots.
- Shows whether Network requests came from direct capture, iframe forwarding, or
an unknown source.
- Marks whether each Network request matched a decoded Events row.
Fixes
- Improves capture for iframe fallback URLs used by embedded widgets.
- Decodes PostHog requests created with
fetch(new Request(...)) when the body
is attached to the Request object.
- Prevents Network table columns from overlapping in narrow DevTools panes.
Notes
After installing or updating, open DevTools on a page that uses PostHog, select
the PostHog panel, and reload the page to capture events fired during page
load.