Log events to the database
chriseidhof opened this issue · 1 comments
chriseidhof commented
I think it could be useful (e.g. for analysis later) to log some events to the database. I imagine something like:
enum Event {
case signup(userId: UUID)
case gift(giftID: UUID)
case unexpectedError(Error, context...)
...
case
chriseidhof commented
Maybe we could also log (some of) them to GA: https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide