Open benjackwhite opened 7 months ago
should include this https://github.com/PostHog/posthog/issues/21604 and filtering by other things e.g. https://posthog.com/questions/heatmaps-by-feature-flags
syncing controls https://github.com/PostHog/posthog/pull/22522
Is your feature request related to a problem?
We currently have clickmaps and (soon) heatmaps and scroll depth in the Toolbar. This is great as it allows you to get information relative to the page you are looking at and is very interactive.
This isn't the "norm" however and people likely expect to have something they can find in the normal PostHog app.
Describe the solution you'd like
A Heatmaps section where you can open any page of your app and see a representation of it with the choice to overlay heatmap data, scroll depth or maybe even autocapture data.
There are two options I can see - either we embed your website and take advantage of the toolbar to do most of the heavy lifting, meaning whatever we build for the toolbar works in the web app and vice versa (creating actions etc.), or we take screenshots of the website in question and overlay data on top of it
Iframe based solution
Started here
Pros
Cons
Screenshot based solution
Pros
Cons
Describe alternatives you've considered
Roadmap for release
Thank you for your feature request ā we love each and every one!