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

Unfortunately, URLs in events are getting trimmed if they exceed 255 characters. This is a problem if you have URLs with very long queries for example from Google Ads where...

Bumps [fsevents](https://github.com/fsevents/fsevents) from 1.2.4 to 1.2.13. Release notes Sourced from fsevents's releases. Release v1.2.13 Only build on Mac-OSX Release v1.2.11 Removing node-pre-gyp so that building fsevents becomes easier and enabled...

dependencies

[`LinkTracker` explicitly causes navigation to occur after tracking][1], which is fine for most types of links, however there are some circumstances where the link has other behaviors associated with it,...

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.0.4 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.0.4 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.0.4 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

Events are getting recorded BUT are inconsistent. Sometimes an event gets recorded, sometimes it is not. For context, I am using `rudderstack -> mixpanel` via device mode. Device mode means...

Removes [lodash](https://github.com/lodash/lodash). It's no longer used after updating ancestor dependency [babelify](https://github.com/babel/babelify). These dependencies need to be updated together. Removes `lodash` Updates `babelify` from 6.4.0 to 10.0.0 Release notes Sourced from...

dependencies

What would cause the `loaded` callback not to fire? Is there a error callback that we can hook into? The loaded callback runs half the time the other half it...

when user login and then logout I use mixpanel.reset() to clear the super properties that I register when user login. But it only reset the distinct_id and device_id. mixpanel.register({ user_id:"123",emial:"[email protected]"...