Skip to content

Commit bf4a4b1

Browse files
authored
Merge pull request #420 from sid-srini/update-telemetry-data-policy
Updated TELEMETRY.md data policy wordings after review.
2 parents 7212b26 + 25dc4da commit bf4a4b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vscode/TELEMETRY.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# About Oracle Java Platform Extension for Visual Studio Code use of Telemetry
22
## First Your Privacy and Anonymity
33

4-
During startup, close or usage of the Oracle Java Platform extension for Visual Studio Code (hereafter referred to as "JVSCE"), Oracle does not collect or track any personally identifiable information (such as names or email addresses) about you or your source code, or associate your usage of JVSCE with personally identifiable data.
4+
During startup, a close event (defined below) or usage of the Oracle Java Platform extension for Visual Studio Code (hereafter referred to as "JVSCE"), Oracle does not collect or track any personally identifiable information (such as names or email addresses) about you or your source code, or associate your usage of JVSCE with personally identifiable data.
55

6-
If you choose to enable telemetry collection in JVSCE, we will collect a limited set of information that is not personally identifiable. It is anonymous technical data commonly known as "telemetry". An element-by-element description of what is collected and how it helps us, [is listed below](#specifics-about-java-extension-usage-metrics).
6+
If you choose to enable telemetry collection in JVSCE, we will collect a limited set of information that is not personally identifiable. It is anonymous technical data commonly known as "telemetry". An element-by-element description of what is collected and how it helps us, [is listed below](#specifics-about-java-extension-usage-metrics).
77

88
We do not transmit your source code nor the contents of the files you edit with Visual Studio Code.
99

1010
## We Collect this Data to Measure Our Own Performance, Diagnose Problems, and Improve Your Experience
11-
The purpose of the telemetry transmitted to Oracle during the JVSCE startup, close, or usage, is to find any technical problems or anomalies that occur, so we can understand and correct them; as well as, to understand the usage of Java versions and language features, so we can help improve the platform. It's similar to a car mechanic's practice of plugging into your engine's diagnostic port to identify performance issues (not to identify the car's owner!). The issues we identify could be anything from slow performance or missing platforms for JDK builds to adoption of popular Java language capabilities. Your source code, privacy and anonymity are not compromised by our collecting this telemetry. The information thus collected helps to improve the extension experience and the Java platform.
11+
The purpose of the telemetry transmitted to Oracle during the JVSCE startup, close, or usage, is to find any technical problems or anomalies that occur, so we can understand and correct them; as well as, to understand the usage of Java versions and language features, so we can help improve the platform. It's similar to a car mechanic's practice of plugging into your engine's diagnostic port to identify performance issues (not to identify the car's owner!). The issues we identify could be anything from slow performance or missing platforms for JDK builds to adoption of popular Java language capabilities. Your source code, privacy and anonymity are not compromised by our collecting this telemetry. The information thus collected helps to improve the JVSCE extension experience and the Java platform.
1212

1313
## If You Would Like to Enable or Disable the Collection of this Data
14-
If you have not already made a choice for this setting, the extension might request that you enable Telemetry via a notification pop-up at the time of activation of the extension.
14+
If you have not already made a choice for this setting, the JVSCE extension might request that you enable Telemetry via a notification pop-up at the time of activation of the extension.
1515

16-
If you wish to enable or disable the collection and transmission of the telemetry, you may do so from VS Code Settings → [jdk.telemetry.enabled](vscode://settings/jdk.telemetry.enabled).
16+
If you wish to enable or disable the collection and transmission of the telemetry, you may do so from VS Code Settings → [jdk.telemetry.enabled](vscode://settings/jdk.telemetry.enabled).
1717

1818
No information is sent to Oracle prior to you enabling Telemetry.
1919

@@ -41,7 +41,7 @@ The following types of messages may be sent if users have consented to telemetry
4141
- When a JDK is downloaded and installed using JVSCE, a "JDK Download" event is sent.
4242
- This contains information about the Java version downloaded.
4343
5. JDK Feature
44-
- A "JDK Feature" event is sent when certain Java language features, such as `records`, `switch-expressions`, `pattern-matching` etc., or, functionality introduced in [JEPs](https://openjdk.org/jeps/0), is used while editing a Java file.
44+
- A "JDK Feature" event is sent when certain Java language features, such as `records`, `switch-expressions`, `pattern-matching`, etc., or functionality introduced in [JEPs](https://openjdk.org/jeps/0) is used while editing a Java file.
4545
- This contains information about the Java version in use and the feature names or JEP numbers used.
4646

4747
## WHAT Information is Sent to Oracle?

0 commit comments

Comments
 (0)