forked from redhat-developer/vscode-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Introduce wrappers for vscode-redhat-telemetry on client side - Delegate telemetry reported on server side to the wrapper - Add ability to report telemetry on configuration settings - Fixes redhat-developer#2289 Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
- Loading branch information
Showing
8 changed files
with
411 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Data collection | ||
|
||
vscode-java has opt-in telemetry collection, provided by [vscode-redhat-telemetry](https://github.com/redhat-developer/vscode-redhat-telemetry). | ||
|
||
## What's included in the vscode-java telemetry data | ||
|
||
* vscode-java emits telemetry events when the extension starts and stops, | ||
which contain the common data mentioned on the | ||
[vscode-redhat-telemetry page](https://github.com/redhat-developer/vscode-redhat-telemetry/blob/main/USAGE_DATA.md#common-data). | ||
* The name of the build tool used to import a project (eg. Maven, Gradle, etc.) | ||
* The Java compiler source level used by a given project (eg. 11) | ||
* Whether the following settings are not empty | ||
* `java.settings.url`, `java.format.settings.url` | ||
|
||
## What's included in the general telemetry data | ||
|
||
Please see the | ||
[vscode-redhat-telemetry data collection information](https://github.com/redhat-developer/vscode-redhat-telemetry/blob/HEAD/USAGE_DATA.md#usage-data-being-collected-by-red-hat-extensions) | ||
for information on what data it collects. | ||
|
||
## How to opt in or out | ||
|
||
Use the `redhat.telemetry.enabled` setting in order to enable or disable telemetry collection. |
Oops, something went wrong.