Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.2 KB

File metadata and controls

21 lines (14 loc) · 1.2 KB

Data collection

Red Hat Authentication has opt-in telemetry collection, provided by vscode-redhat-telemetry.

What's included in the Red Hat Authentication telemetry data

  • A telemetry event is sent every time you sign into Red Hat SSO
    • includes anonymized error message, in case of failure
  • A telemetry event is sent every time you log out of your Red Hat account
    • includes anonymized error message, in case of failure

What's included in the general telemetry data

Please see the vscode-redhat-telemetry data collection information for information on what data it collects.

How to opt in or out

Use the redhat.telemetry.enabled setting in order to enable or disable telemetry collection. Note that this extension abides by Visual Studio Code's telemetry level: if telemetry.telemetryLevel is set to off, then no telemetry events will be sent to Red Hat, even if redhat.telemetry.enabled is set to true. If telemetry.telemetryLevel is set to error or crash, only events containing an error or errors property will be sent to Red Hat.