mixpanel / mixpanel-js

Official Mixpanel JavaScript Client Library
https://mixpanel.com/help/reference/javascript
Other
862 stars 308 forks source link

mixpanel.reset() can't clear Super Properties #393

Open liujiangping opened 7 months ago

liujiangping commented 7 months ago

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:"123@123.com" }, { persistent: false })