microsoft / clarity

A behavioral analytics library that uses dom mutations and user interactions to generate aggregated insights.
https://clarity.microsoft.com
MIT License
2.09k stars 208 forks source link

maps not appearing in clarity session recordings #536

Closed atransou closed 5 months ago

atransou commented 7 months ago

we use google and mapbox maps within our websites but they to not appear in the session recordings. Seeing how users interact with maps is very important to us.

How can i enable the maps to appear in the recordings?

roland-pep commented 6 months ago

Clarity relies on capturing changes to the DOM. Mapbox renders maps directly onto a element and is directly reflected in DOM updates.

AbdelrhmanMagdy commented 5 months ago

close as stale