mixpanel/mixpanel-node

Events are not tracked.

pociej opened this issue · 1 comments

I created project on mixpanel, i took the token and then i try to do test connection by

import Mixpanel from "mixpanel";
const mixpanel = Mixpanel.init(myToken);
mixpanel.track("my_testing_event"); 

no errors thrown no events visible in mixpanel admin.
Does it need some additional configuration?

Ah sorry its because adblock was enabled. Sorry, you can close the issue.