Get started with PostHog Debugger
Install PostHog Debugger, open its DevTools panel, and capture your first PostHog activity.
Install PostHog Debugger
Install PostHog Debugger from the Chrome Web Store or Firefox Add-ons. The extension is an unofficial, local DevTools tool for inspecting how the page uses PostHog.
Open the PostHog panel
- Open the site or environment you want to debug.
- Open your browser DevTools.
- Select the PostHog panel. If the DevTools tab bar is crowded, look in its overflow menu.
- Keep DevTools open and reload the inspected page.
Reloading matters: the extension captures requests after its page hook is installed. Opening DevTools after the page already sent its startup analytics cannot recreate those earlier requests.
Capture your first activity
After the reload, open Config to confirm the page exposes PostHog configuration, then use Events to inspect decoded events as you reproduce a flow. Select an event to review its properties, warnings, and raw JSON. Use the toolbar to pause or clear the in-memory capture when you need a clean run.
If you expect an event but do not see it, first check that capture is not paused and that Events filters are not hiding it. Continue with Troubleshooting and privacy if it still does not appear.
Choose the right guide
Use the panel reference to learn each DevTools surface, or review detection limits before drawing conclusions from missing SDK state or requests.