mixpanel-js
mixpanel-js copied to clipboard
Mixpanel sends request on every 'click'
I've noticed a request that Mixpanel fires on every click in my app. 10 clicks = 10 requests. Here is a screenshot from the Network tab. I checked and it's not one of custom actions that I log to Mixpanel. Also quick look to Github issues and Docs didn't help. Does anyone has ideas why this happens?
The only case I know of where this would happen (if your page doesn't have explicit code to do it, like a global click handler) is if the current project has Autotrack enabled via the mixpanel.com UI.