-
Notifications
You must be signed in to change notification settings - Fork 559
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
Revert telemetry changes #1184
Conversation
This reverts commit 1724aae.
@@ -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"` |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
Revert telemetry changes
addresses #1179
send_usage_data
totelemetry
to make it more clear