more robust logout code
Fixes an issue with the reset()
function introduced in v2.8.0. After calling reset()
, mixpanel.people
methods would keep sending for the previous distinct_id
rather than queueing until the next identify()
call.
Fixes an issue with the reset()
function introduced in v2.8.0. After calling reset()
, mixpanel.people
methods would keep sending for the previous distinct_id
rather than queueing until the next identify()
call.