Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.61 KB

File metadata and controls

42 lines (30 loc) · 1.61 KB
title Enable or disable usage data collection and crash reporting
titleSuffix Azure Data Studio
description This article explains how to control if usage and crash reporting data is collected and sent to Microsoft.
ms.prod sql
ms.technology azure-data-studio
ms.topic conceptual
author markingmyname
ms.author maghan
ms.reviewer alayu; sstein
ms.custom seodec18; seo-lt-2019
ms.date 09/24/2018

Enable or disable usage data collection for [!INCLUDEname-sos]

How to disable telemetry reporting

[!INCLUDEname-sos] collects usage data and sends it to Microsoft to help improve our products and services. To learn more, read the privacy statement.

If you don't wish to send usage data to Microsoft, you can set the telemetry.enableTelemetry setting to false.

To silence all telemetry events from [!INCLUDEname-sos], from File > Preferences > Settings, add the following option:

    "telemetry.enableTelemetry": false

Important Notice: This option requires a restart of [!INCLUDEname-sos] to take effect.

How to disable crash reporting

To disable crash reporting, from File > Preferences > Settings, add the following option:

    "telemetry.enableCrashReporter": false

Important Notice: This option requires a restart of [!INCLUDEname-sos] to take effect.

Additional resources