danscan / rn-redux-mixpanel

Configurable redux middleware that sends your actions & user profile data to Mixpanel. Works with React Native!
67 stars 14 forks source link

Support for Mixpanel properties #3

Closed pewallin closed 9 years ago

pewallin commented 9 years ago

Adds support for optionally including whatever properties you like to the Mixpanel tracking request.

This should work, but is unfortunately difficult to test since I'm having trouble transpiling this library with my webpack config. I would suggest adding a build step and distributing plain ES5 ;) My guess is most people don't transpile node_modules.

I would help but in my case it took quite a few changes for it to work so I don't think you would want that.

danscan commented 9 years ago

Looks great @pewallin. Also, I can add a build step tomorrow, and distribute with an entry point in lib/, with regular ES5.