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

Revert telemetry changes #1184

Merged
merged 8 commits into from
Feb 22, 2024
Merged

Revert telemetry changes #1184

merged 8 commits into from
Feb 22, 2024

Conversation

motatoes
Copy link
Contributor

@motatoes motatoes commented Feb 20, 2024

addresses #1179

  • Reverts change usage domain to analytics and ee only #1164
  • Add pseudo-anonymisation by hashing sensitive userIDs with sha-256
  • Add documentation page on how to disable telemetry
  • Rename flag from send_usage_data to telemetry to make it more clear
  • Add readme section explaining telemetry changes

@@ -11,6 +11,7 @@ type DiggerConfigYaml struct {
Projects []*ProjectYaml `yaml:"projects"`
AutoMerge *bool `yaml:"auto_merge"`
Workflows map[string]*WorkflowYaml `yaml:"workflows"`
Telemetry *bool `yaml:"telemetry,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep in mind that people who have not read the changelog or the thread about the issues around telemetry might not see this and update their config flag. Since the feature is opt-out, having the old flag set will re-enable telemetry for these users.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it will be mentioned in the next release notes and we will do a psa about it

@ZIJ ZIJ merged commit 2bf588f into develop Feb 22, 2024
4 checks passed
ben-of-codecraft pushed a commit to ben-of-codecraft/digger that referenced this pull request May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants