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

Not able to capture recording after login into our web app #511

Open ashifkhancloud opened 10 months ago

ashifkhancloud commented 10 months ago

Hi,

We have added the Clarity script in the website head section. It is working as per expectation for public pages where we can see all the live user activity and recorded user activity of public pages and posts.

Issue We have a Company account where companies log in and create some posts. But we can't see the internal activity which companies are doing. It shows only a static broken webpage. But we can see the internally visited links in the recording.

What we are accepting We want to watch the internal activity of the company account so that we can improve our product.

Our web app is built on the Angular framework.

Thank you