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

mixpanel.reset() can't clear Super Properties

Open liujiangping opened this issue 1 year ago • 0 comments

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 })

liujiangping avatar Oct 11 '23 07:10 liujiangping