meteor-inspectlet
meteor-inspectlet copied to clipboard
Toggle tracking in app?
Thanks for creating this package!
I'm wondering what the best way is to enable and disable Inspectlet tracking inside the app, on a per user basis?
Due to the European cookie law, users have to give acceptance before we can start tracking. Their reward is the ugly cookie warning going away, of course ;)
This is currently not possible. Could have a try to implement that. I think we can remove https://github.com/xolvio/meteor-inspectlet/blob/master/inspectlet.js#L81-L83, so that the package user can init Inspectlet manually when the user gave consent.
pull requests welcome :)
I'll send one tomorrow – thanks again.