Telemetry
Qlty collects usage analytics which we use to help improve the CLI. For example, this usage data helps us find and fix issues, like performance issues and bugs, as well as to prioritize new features. This page explains what data we collect and why we collect it.
Telemetry data never includes your source code or identifiers (e.g. filenames) from your repository.
Types of telemetry data
Qlty CLI collects two types of telemetry data:
-
Crash reports: When the CLI crashes, it sends a report to Qlty. This information is used to understand why the CLI crashed and the changes that we need to make to prevent future crashes.
-
Usage analytics: The CLI sends usage analytics to Qlty. This information is used for product improvements.
Example analytics event
Here is an example of an analytics event that the CLI sends to Qlty:
Can I disable telemetry?
Yes. Telemetry can be disabled by setting the QLTY_TELEMETRY
environment variable. The value of the environment variable can be set to errors
or off
. The default value is all
.