I want to monitor what my visitors are doing on my website, to detect technical issues. This desire came after we realized some of our users couldn’t submit forms due to an invisible Google ReCaptcha iframe overlapping the submit button (on Apple iOS). There was no visible issue on the page, but users trying to click would just see the submit button be unresponsive.
There are a lot of analytics plugins but they all seem to focus on aggregating data for marketing purposes. What I would like instead would be the possibility to track what individual users are doing: the landing page, where they scroll, what they click, what they put into forms (excluding sensitive data ofc), the server response when they submit a form, the Javascript errors that occurred, etc.
I imagine I would then be able to trigger alerts, when for instance the rate of users going on a form page and not submitting it decreases significantly, or when a new Javascript error pops in.
Are there such plugins available? I have failed to come up with anything while searching, the results are skewed toward marketing and SEO analytics which are not what I need.
[ad_2]
Use Microsoft Clarity. It would give you precise HeatMaps & Screen Recordings of user actions.
We use ghost inspector, bugsnag and newrelic hope that helps
Maybe [sentry.io](http://sentry.io) is something you are looking for – we use it mostly for react applications, but could be worth looking at.