Skip to content

Commit a103690

Browse files
authored
Update privacy.md
1 parent 5df601e commit a103690

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/userguide/privacy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ You can help improve the Julia VS Code extension by sending usage statistics and
66

77
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.
88

9-
# Collected Data
9+
## Collecting Data
1010

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

1313
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.
1414

1515
This information is collected and sent via Azure Application Insights.
1616

17-
# Disabling telemetry
17+
## Disabling Telemetry
1818

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

21-
# Use of the collected data
21+
## Using Collected Data
2222

2323
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 commit comments

Comments
 (0)