eealeivan / mixpanel-csharp

Mixpanel C# integration library
MIT License
63 stars 15 forks source link

Added the possibility to have custom parsers #41

Open AFASbart opened 1 year ago

AFASbart commented 1 year ago

When creating track messages a parser is used by this package that can only handle a very limited number of property types. We at AFAS want to use a more complex parser to send our messages. I saw an issue where someone else also wants to have this.

I would recommend to implement this in this way so that this package stays simple and generic, and for the more advanced users we can create our own (specialised) parsers.