Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event name and properties values that contains ampersand symbol causes the server to reject the event #275

Open
GuyFinger opened this issue Nov 19, 2024 · 1 comment

Comments

@GuyFinger
Copy link

GuyFinger commented 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",

@GuyFinger
Copy link
Author

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant