Skip to content

Commit

Permalink
Update vscode-redhat-telemetry to 0.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon authored and datho7561 committed Nov 29, 2022
1 parent 3695076 commit 31ee7db
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 39 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ For `Qute settings`, please see [here](docs/qute/README.md#settings)
With your approval, vscode-quarkus extension collects anonymous [usage data](USAGE_DATA.md) and sends it to Red Hat servers to help improve our products and services.
Read our [privacy statement](https://developers.redhat.com/article/tool-data-collection) to learn more.
This extension respects the `redhat.telemetry.enabled` setting, which you can learn more about at https://github.com/redhat-developer/vscode-redhat-telemetry#how-to-disable-telemetry-reporting
Note that this extension abides by Visual Studio Code's telemetry level: if `telemetry.telemetryLevel` is set to off, then no telemetry events will be sent to Red Hat, even if `redhat.telemetry.enabled` is set to true. If `telemetry.telemetryLevel` is set to `error` or `crash`, only events containing an error or errors property will be sent to Red Hat.

## Articles

Expand Down
1 change: 1 addition & 0 deletions USAGE_DATA.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ vscode-quarkus has opt-in telemetry collection, provided by [vscode-redhat-telem
## How to opt in or out

Use the `redhat.telemetry.enabled` setting in order to enable or disable telemetry collection.
Note that this extension abides by Visual Studio Code's telemetry level: if `telemetry.telemetryLevel` is set to off, then no telemetry events will be sent to Red Hat, even if `redhat.telemetry.enabled` is set to true. If `telemetry.telemetryLevel` is set to `error` or `crash`, only events containing an error or errors property will be sent to Red Hat.
128 changes: 90 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@redhat-developer/vscode-redhat-telemetry": "^0.4.2",
"@redhat-developer/vscode-redhat-telemetry": "^0.5.2",
"ejs": "^3.1.7",
"expand-home-dir": "0.0.3",
"find-java-home": "^1.2.2",
Expand Down

0 comments on commit 31ee7db

Please sign in to comment.