Andre

Results 2 issues of Andre

Hey guys, Thank you for the amazing plugin that saves us so much space and headaches of building our own. I wanted to share our recent experience that ended up...

Used with `node 20.x.x` Implementation: ```javascript // package.json "mixpanel": `0.18.0` // route.ts import Mixpanel from "mixpanel"; const mixpanel = Mixpanel.init(TOKEN, { debug: true }); mixpanel.track(eventName, { distinct_id: undefined, "Local Hour":...