Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic anonymous usage telemetry #246

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Add basic anonymous usage telemetry #246

merged 1 commit into from
Jun 25, 2024

Conversation

kzu
Copy link
Member

@kzu kzu commented Jun 25, 2024

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).

@kzu kzu added the enhancement New feature or request label Jun 25, 2024
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).
@kzu kzu force-pushed the dev/telemetry branch from 77e7c51 to 1a6a7d6 Compare June 25, 2024 07:40
@kzu kzu enabled auto-merge (rebase) June 25, 2024 07:41
@kzu kzu merged commit 4bb02a7 into main Jun 25, 2024
12 checks passed
@kzu kzu deleted the dev/telemetry branch June 25, 2024 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant