mixpanel-js icon indicating copy to clipboard operation
mixpanel-js copied to clipboard

Official Mixpanel JavaScript Client Library

Results 187 mixpanel-js issues
Sort by recently updated
recently updated
newest added

When using Webpack (as a part of Angular), I get a warning on each build about `Warning: ..../mixpanel.service.ts depends on 'mixpanel-browser'. CommonJS or AMD dependencies can cause optimization bailouts.` I...

One of our projects recently updated to 2.45.0 and thus got `batch_requests` enabled. A while later we started seeing conversion drops (around 6%) in some of our funnels, which we...

Hello everyone, I encountered such a problem: mixpanel.identify(); works even when shouldEnableMixpanel = false. What could be the problem? ```js import mixpanel from "mixpanel-browser"; classMixpanelTracker { constructor(shouldEnableMixpanel = false) {...

I have been using mixpanel-browser in my chrome extension for some time, it's included in content scripts which are injected into pages along with our UI and features and we...

It seems that `rrweb` is built into the files in `dist` so it should likely be moved to dev dependencies.

I know there is ```ts mixpanel.track('my event', {foo: 'bar'}, { 'send_immediately': true }); ``` Similarly, I know I can edit the config - but that only effects following events, plus...

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":...

Hi. If the data is longer than 255 characters (hardcoded in the source code), it will be truncated. This is a really serious problem because the URL from Google Ads...