clarity
clarity copied to clipboard
A behavioral analytics library that uses dom mutations and user interactions to generate aggregated insights.
We've manually integrated Clarity in the `` of our website. When a logged-in user is present, we use [`window.clarity('identify', '*');`](https://docs.microsoft.com/en-us/clarity/clarity-api#customize-your-identifiers) to submit their numeric account ID as a string. Like...
Going to https://www.sitelint.com/ I see in the console the following issue: `Access to XMLHttpRequest at 'https://k.clarity.ms/collect' from origin 'https://www.sitelint.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present...
I'm trying to use clarity for my angular SPA, but the recordings only displays the entry page, even when user navigates to different pages ( Sometimes i see just a...
Is there a public method or a setting that can be set to false to stop collecting the data for clarity. we would need this to enable / disable clarity...
Hello, Within heatmaps of MS Clarity, it shows popups. How do you remove these popups? While scrolling down the page, these popups continue to be in center frame, covering areas...
When viewing the recording on a platform I noticed that all the external resources return 400 bad requests. Urls are https://clarity.microsoft.com/external/resources?url={{actual app url}} Here is the curl output ``` <...
Clarity constructs incorrect URLs for stylesheets that cause 404 errors and no styles being used on recordings and heatmaps. For an Angular app the `` in index.html contains a relative...
Hi, some recordings just suddenly stop even though there's still more to record. How can this be? There seems to be no documentation about this (length, inactivity or).
Hello, I have installed the Clarity in my React project. I have made the CSS public as well. Now, in the recordings, I can see all the things loaded properly...
Ive tried to copy the code in clarity directly and embed it into the head tag in my App.vue but it throws syntax errors and now I tried this in...