env variable to enable telemetry #6253
Labels
kind/user-story
An issue of user-story kind
priority/High
Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
Milestone
/kind user-story
User Story
As an IDE plugin developer, I want to be able to enable odo telemetry using an environment variable similar to how I can disable it using
ODO_DISABLE_TELEMETRY
So that I can enable it in the same way, I disable it without executing extra odo commands (odo preference set ConsentTelemetry
)Acceptance Criteria
ODO_TRACKING_CONSENT=yes
ODO_TRACKING_CONSENT=no
(this will be the same behavior asODO_DISABLE_TELEMETRY=true
ODO_DISABLE_TELEMETRY
andODO_TRACKING_CONSENT
are in conflict odo should end with errorODO_DISABLE_TELEMETRY
should be marked as deprecated in favor ofODO_TRACKING_CONSENT
/kind user-story
/priority high
The text was updated successfully, but these errors were encountered: