TypeError: Cannot read property 'attempts' of undefined
I'm loading clarity using Google Tag Manager and seeing this error on Sentry:
TypeError: Cannot read property 'attempts' of undefined
In this line:
{snip} (6);break;case"UPGRADE":lt("Auto")}}(t.responseText),aa[e].attempts>1&&q(3),delete aa[e]))}function va(t){var e=[a(),t];switch(t){case 4:var {snip}
The collect calls seem to be working correctly.
I also started getting the same issue.
We are getting the same error
Our solution was to ignore all errors from clarity:
denyUrls: [
/clarity\.js/i
]
same error here =/
we have too
+1