I've finished a basic implementation of a highly simplified API for dispatching events to Google Analytics which I will place in its own npm module which I'll add here when I've published it.
I'll integrate it into Kap after we've confirmed a list of events we want to track inside the app. We should also think seriously about making tracking events opt-in only, even though every session is still completely anonymized.
Amazing job @doot0 鉂わ笍
Events
Sentry should cover any errors, so we'll leave those out.
Split the implementation off to this: https://github.com/doot0/gadispatcher
Could look into https://www.npmjs.com/package/electron-google-analytics
Most helpful comment
Events
Sentry should cover any errors, so we'll leave those out.