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
I ran posthog-js with { autocapture: false, capture_pageview: false } to avoid any automatic event capturing, however pageviews were still captured (below screenshot of request with pageview payload).
Expected behavior
Page view events should not be sent on capture_pageview: false
How to reproduce
Init posthog-js with { capture_pageview: false } and review the JS requests console.
Thank you for your bug report – we love squashing them!