devlooped / SponsorLink

SponsorLink: an attempt at OSS sustainability
https://www.devlooped.com/SponsorLink
MIT License
38 stars 4 forks source link

Add basic anonymous usage telemetry #246

Closed kzu closed 3 months ago

kzu commented 3 months ago

Modelled after the .NET SDK: https://learn.microsoft.com/en-us/dotnet/core/tools/telemetry.

NOTE: we use a fully non-PII GUID as the "session id", so that no user data is ever used for any telemetry/logging, thus simplifying the GDPR requirements (no need to purge telemetry data which is quite expensive).