//Import Mixpanel SDK
import mixpanel from "mixpanel-browser";
// Near entry of your product, init Mixpanel
mixpanel.init("79e90480ea20e02a427029bc14edf4b4", {
debug: true,
track_pageview: true,
persistence: "localStorage",
});
top of page
bottom of page