Improved identity management support
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.