Alex Kleshchevnikov

Results 1 comments of Alex Kleshchevnikov

@zihejia I used example from docs: const mixpanelToken = '...'; const mixpanel = new Mixpanel(mixpanelToken, false); mixpanel.setLoggingEnabled(true); mixpanel.init(); mixpanel.identify(email); Also when I downgraded to version 2.4.1 it works now. So...