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

[mixpanel] Pull Request #34: Map CapitalCase special properties to mixpanel #192

Open
SegmentDestinationsBot opened this issue Aug 20, 2019 · 0 comments

Comments

@SegmentDestinationsBot
Copy link
Contributor

Migrated from #34 by @ErikAGriffin

Previously only camel case special properties would map to their Mixpanel equivalents,
eg. "name" maps to "$name" and "email" to "$email". This causes issues when a
CapitalCase trait naming convention is used. This change allows for all special properties
to be properly mapped to their Mixpanel equivalents, eg. "Name" to "$name" and "Email"
to "$email".

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