-
Notifications
You must be signed in to change notification settings - Fork 249
Open
Labels
Description
16:00 <pawc> what do you guys think of creating a server that receives data from people playing the game such as their score or exceptions for debugging
16:04 <paddatrapper> it's a tricky thing to do - trade off between development data and privacy
16:04 <paddatrapper> would have to be opt-in
16:04 <paddatrapper> and GDPR complient
16:09 <pawc> hehe, right. Not that tricky to implement though. Feels easier than some of the issues I read. Simply sending your score on exit for example
16:22 <paddatrapper> Sure. Technically it is easy, doing it in a freedom respecting way is less so
16:52 <Dev-Osmium> Yeah
16:53 <Dev-Osmium> We could do something with sentry maybe?
17:01 <paddatrapper> Sentry?
17:01 <Dev-Osmium> https://sentry.io
17:01 <Dev-Osmium> Takes debug info
17:01 <Dev-Osmium> Profiles it
Those are the logs from the IRC discussion. I'm all for collecting debug info from willing users.