- Getting started
- Project management
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
- Troubleshooting

Test Manager user guide
Telemetry
linkTest Manager collects usage and performance data to help diagnose problems and improve its products. The information we collect can include data on UiPath product information, the operating system, and browser versions. Telemetry data is always sent anonymously.
UiPath Privacy Policy
linkThe UiPath Privacy Policy contains detailed information on which personal data about you we collect, use, disclose, share or otherwise process when you are using this website, our products and our services. Please read this policy carefully to understand our views and practices on how we protect your personal data.
Disabling telemetry data
linkBy default, usage data collection is enabled in on-premises Test Manager installations. You can deactivate telemetry at any time.
Follow these steps to deactivate telemetry:
-
Open the configuration file in your Test Manager installation location (e.g
%TestManagerInstallDir%\appsettings.production.json
). - Set the
Enabled
value forTelemetrySettings
tofalse
."TelemetrySettings":{ "Enabled": "false", "BusinessTelemetryEnabled":"true", "Key": "key_to_app_insights" }
"TelemetrySettings":{ "Enabled": "false", "BusinessTelemetryEnabled":"true", "Key": "key_to_app_insights" } - Save the file.
- Restart the application.