clarity icon indicating copy to clipboard operation
clarity copied to clipboard

TypeError: Cannot read property 'attempts' of undefined

Open s0rthak opened this issue 5 years ago • 6 comments

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}

Screenshot 2020-11-17 at 10 48 39 AM The collect calls seem to be working correctly.

s0rthak avatar Nov 17 '20 05:11 s0rthak

I also started getting the same issue.

Bilal-io avatar Nov 20 '20 03:11 Bilal-io

We are getting the same error

maxigimenez avatar Jan 07 '21 14:01 maxigimenez

Our solution was to ignore all errors from clarity:

denyUrls: [
  /clarity\.js/i
]

maxigimenez avatar Jan 11 '21 15:01 maxigimenez

same error here =/

ronaldojunior avatar Jan 26 '21 21:01 ronaldojunior

we have too

nimacgit avatar Jan 28 '21 08:01 nimacgit

+1

lincetto avatar Jan 29 '21 10:01 lincetto