Closed pociej closed 5 years ago
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.
I created project on mixpanel, i took the token and then i try to do test connection by
no errors thrown no events visible in mixpanel admin. Does it need some additional configuration?