Check PostHog loading For each URL, navigates a real browser to the page, waits for PostHog to initialize, and reports: - Whether is defined and . - Which load method was used: , , , or . - Where in the document the snippet lives ( / ). - The init config: , , . - Runtime state including the assigned . When to use - Sanity-check a fresh install — does the snippet actually load on every page? - After a page-template change — did one page lose the snippet? - When investigating split data — are some pages pointing at a different or than others? - Onboarding a new customer — confirm SDK is wired u…