Send Feedback
Skip to content

Product Telemetry

We may collect telemetry data relating to the operation and usage of our Software, including performance metrics, configuration and settings, and diagnostics relating to any issues encountered.

This may include personal data (as defined under applicable data protection laws). You acknowledge and agree that we may use such data to operate, support, improve, and optimize the Software and related services, and to ensure compliance with the License Agreement. For more information on how we handle personal data, please refer to our Privacy Policy.

You may enable or disable telemetry at any point, either during installation, or at any time thereafter by setting the appropriate environment variable.

Opting in to Product Telemetry

If you wish to share telemetry data with KX, you can opt in during the installation process, or thereafter by setting the KX_UPLOAD_TELEMETRY environment variable to YES.

For example, in a Unix-like shell, you can run:

export KX_UPLOAD_TELEMETRY=YES

In Windows Command Prompt, you can run:

set KX_UPLOAD_TELEMETRY=YES

In PowerShell, you can run:

$env:KX_UPLOAD_TELEMETRY="YES"

Opting out of Product Telemetry

If you do not wish to share telemetry data with KX, you can opt out either during installation, or thereafter by deleting the KX_UPLOAD_TELEMETRY environment variable, or by setting the KX_UPLOAD_TELEMETRY environment variable to anything other than YES, for example by setting it to NO.

For example, in a Unix-like shell, you can run:

export KX_UPLOAD_TELEMETRY=NO

In Windows Command Prompt, you can run:

set KX_UPLOAD_TELEMETRY=NO

In PowerShell, you can run:

$env:KX_UPLOAD_TELEMETRY="NO"