we often receive the following error logged as an event:
Uncaught Error: Tracker._xhr.onerror
We do not use any Tracker class ourself, so I assume it is connected to Matomo itself. I also couldn’t find any matches on Google for this error message. Any one having an idea? Thanks!
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView', undefined, undefined, removeBasicGetParameters]);
_paq.push(['enableLinkTracking']); // line 99
_paq.push(['enableJSErrorTracking']);
No, since I cannot reproduce this error on my own (I only see it logged in Matomo).
Most users who have this error seem to use the Safari Browser on an iOS device, but not all.