Skip to content

Commit fb0c5f5

Browse files
kowen-rhguillaumerose
authored andcommitted
doc: Add notice and procedures for usage data collection
1 parent baab874 commit fb0c5f5

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/source/topics/proc_setting-up-codeready-containers.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,24 @@ Always run the [command]`{bin}` executable with your user account.
2525
----
2626
$ {bin} setup
2727
----
28+
29+
.Consent for telemetry data collection
30+
31+
The `{bin} setup` command prompts you for optional, anonymous usage data collection to assist with development.
32+
No personally identifiable information is collected.
33+
34+
* To manually enable telemetry, run the following command:
35+
+
36+
[subs="+quotes,attributes"]
37+
----
38+
$ {bin} config set consent-telemetry yes
39+
----
40+
41+
* To manually disable telemetry, run the following command:
42+
+
43+
[subs="+quotes,attributes"]
44+
----
45+
$ {bin} config set consent-telemetry no
46+
----
47+
48+
For more information about collected data, see the Red{nbsp}Hat link:https://developers.redhat.com/article/tool-data-collection[Telemetry data collection notice].

0 commit comments

Comments
 (0)