mixpanel-js
mixpanel-js copied to clipboard
Official Mixpanel JavaScript Client Library
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...
TypeError: Cannot redefine property: onload When using jest's ```createMockFromModule``` it seems to trigger some code where a DOM element's non-configurable attribute is being redefined? Object.register_event (node_modules/mixpanel-browser/dist/mixpanel.cjs.js:1170:29) var register_event = function(element,...
## Description Given I didn't find any official support for this to work with extensions that are implementing the manifest v3, I took this approach to support fetch. There's still...
In Chrome (and potentially others) setting the img.src before appending it to the Dom triggers the img to be loaded. It also can be loaded again when it is attached...
Hi, I'm working on Mixpanel proxy for further analytics and my code is failing to reconstruct input data which contain UTF-8 emojis. I suspect the root cause is the custom...
I'm calling identify with the email id of the newly signed up user but the subsequent events are still taking the device id as the canonical distinct_id such that on...
Hi, all! I'm currently using React (`^18.1.0`) with TypeScript (`^5.0.4`) and mixpanel-browser (`^2.47.0`). Using the new `track_pageview()` method in the latest release, however, I am encountering this TS error: ```...
The old query selector parsing logic in `_.dom_query`'s internal `getElementsBySelector` method is (not) a bit of mess: it works for many cases, but cannot resolve any combined selector such as...
``` RollupError: "default" is not exported by "node_modules/mixpanel-browser/dist/mixpanel.cjs.js", ``` https://rollupjs.org/troubleshooting/#error-name-is-not-exported-by-module Looks like you would have to update the rollup dependency
"mixpanel-browser": "^2.45.0", "react": "^17.0.1" I have a react project, and I understand the track_pageview flag is not designed to work for a single-page application. I've seen you write to call...