Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Map CapitalCase special properties to mixpanel #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ErikAGriffin
Copy link

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".

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".
@SegmentDestinationsBot
Copy link
Contributor

Hi @ErikAGriffin, as part of the monorepo migration, this issue has been moved to new issue. Our engineers have been notified and will prioritize and work on it ASAP. Thank you!

For more information, see README.md.

@SegmentDestinationsBot SegmentDestinationsBot added the migrated The issue has been migrated label Aug 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
migrated The issue has been migrated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants