mixpanel-js icon indicating copy to clipboard operation
mixpanel-js copied to clipboard

Mixpanel sends request on every 'click'

Open yuzhakovvv opened this issue 6 years ago • 1 comments

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?

image

yuzhakovvv avatar Jan 17 '19 12:01 yuzhakovvv

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.

tdumitrescu avatar Jan 17 '19 19:01 tdumitrescu