You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe could be related?
form mixpanel-iphone README.md Caution: From v4.0.0.beta.3 to v4.1.0, we have a bug that events with ampersand(&) will be rejected by the server. We recommend you update to v4.1.1 or above.
GuyFinger
changed the title
Event properties values that contains ampersand symbol causes the server to reject the event
Event name and properties values that contains ampersand symbol causes the server to reject the event
Nov 19, 2024
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.6",
The text was updated successfully, but these errors were encountered: