Skip to content

Improved identity management support

Compare
Choose a tag to compare
@tdumitrescu tdumitrescu released this 07 Jun 00:25
· 497 commits to master since this release

mixpanel.identify() now sends a special $identify event to the API. This is not treated like a regular tracking event, but will aid in future platform improvements to support advanced identity management (linking anonymous and logged-in usage, multiple users on one system, etc.).

This release also contains a fix for accidental non-debug-mode console logging in the Group API module.