angulartics / angulartics-mixpanel

Mixpanel plugin for Angulartics
MIT License
34 stars 27 forks source link

Added support for the callback parameter to the 'eventTrack' function… #18

Closed Mando-Chris closed 8 years ago

Mando-Chris commented 8 years ago

… so you can be informed when the event track has completed.

I needed this for my project so I could get information from the mixpanel server response to the successful tracking message. I thought others might need it as well.

mtpultz commented 8 years ago

Thanks, @Mando-Chris this is super useful. @timelf123 any chance this might be merged into master anytime soon? I can always just pull down a copy of the patch, but would be great to stick with master.

mtpultz commented 8 years ago

@timelf123 any chance of a minor release with this callback so we don't have to run off master?

timelf123 commented 8 years ago

Sorry, I'm terrible at releasing everything on time. I'll try to get this done over the weekend, feel free to ping me if it's not done Monday morning.

On a related note, it would be nice to adopt semantic-release or something similar to avoid these delays in the future.