Hi,
We are trying to use the HeatmapSessionRecording plugin to capture heatmaps of one of our sites. However we get incomplete screenshots.
Digging a bit deeper we realized that we can manually capture screenshots by adding _paq.push(['HeatmapSessionRecording::captureInitialDom', {heatmapId}])
when the last block loads.
Now for our purposes since all components are lazy loaded its impossible to find our when the last component loads so we added the event on click so that we can control how long we can wait before triggering the screenshot. Even then it captured incomplete screenshot.
Any help would be appreciated.
Thanks