-
### Description
TBC
-
### **Feature Request: Mixpanel Destination Connector**
**Issue Type**: New Feature / Connector Request
#### **Description**
We need to build a **Mixpanel Destination Connector** that allows …
-
causes reject:
`mixpanel.track(eventName,{type: "foo & bar"})`
`mixpanel.track(eventName,{type: "100%"})`
works fine:
`mixpanel.track(eventName,{type: "foo bar"})`
"mixpanel-react-native": "^3.0.…
-
https://app.gitbook.com/o/btnrCjBfFA1CijnAHf9d/s/uD5IIQEzBNOcwceEz9qr/
-
https://app.gitbook.com/o/btnrCjBfFA1CijnAHf9d/s/uD5IIQEzBNOcwceEz9qr/
-
### Context
When attempting to send an event from Segment Analytics in our Flutter app, the event timestamp appears to be set in the future, causing the event to fail in Mixpanel with a 400 Bad Req…
-
I've been using this module for a while with no problems.
Two days ago the main library `mixpanel-browser` was updated and this one stops working.
I've tried everything but with no success.
…
-
Hello! : )
I'm not sure that this is correct behavior
1) initializing mixpanel with `persistence: 'localStorage'`
```
mixpanel.init(token, {
persistence: 'localStorage',
pe…
-
I would love to see an importable mixpanel mock to use in unit testing.
### My current solution:
From another closed issue:
```javascript
jest.mock('mixpanel-react-native', () => ({
__esModul…
-
I opened #246 to address the fact that only a subset of the `AsyncStorage` is required for Mixpanel custom storage. However, I later found that, as long as `useNative` is true, the custom storage is i…