Support for configurable API path
Configure when initializing the instance with the path
option:
const mixpanel = Mixpanel.init(`YOUR TOKEN`, {
host: `sweet-corporate-proxy:6000`,
path: `/mixpanel`,
});
In the above example, tracking requests will go to https://sweet-corporate-proxy:6000/mixpanel/track
.