Skip to content

Commit

Permalink
Update privacy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgidlow authored Oct 9, 2020
1 parent 5df601e commit a103690
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/userguide/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ You can help improve the Julia VS Code extension by sending usage statistics and

By default both ``julia.enableTelemetry`` and ``julia.enableCrashReporter`` are set to ``null``. With the `null` setting, no data is sent to the development team. The UI does send a prompt asking the user to agree to enabling the settings for telemetry and crash report. Without opting in, your data is not sent to the development team.

# Collected Data
## Collecting Data

If the ``julia.enableTelemetry`` setting is configured to be ``true``, anonymous, non-identifying usage and error data is sent to the development team.

When the ``julia.enableCrashReporter`` setting is configured to be ``true``, stack traces from errors in the extension are sent to the development team. Those stack traces can contain identifying information, for example filenames.

This information is collected and sent via Azure Application Insights.

# Disabling telemetry
## Disabling Telemetry

To disable telemetry and not report any usage data or crash reports, set the ``julia.enableTelemetry`` and ``julia.enableCrashReporter`` setting to ``false``.

# Use of the collected data
## Using Collected Data

The collected data is used to improve the julia VS Code extension. We don't sell the information. We might sometimes publish anonymous statistics (for example number of users etc.)

0 comments on commit a103690

Please sign in to comment.