mixpanel-js
mixpanel-js copied to clipboard
mixpanel.reset() can't clear Super Properties
when user login and then logout I use mixpanel.reset() to clear the super properties that I register when user login. But it only reset the distinct_id and device_id.
mixpanel.register({ user_id:"123",emial:"[email protected]" }, { persistent: false })