Skip to content

Commit

Permalink
Update vscode-redhat-telemetry to 0.5.2
Browse files Browse the repository at this point in the history
this brings 2 features:
- VS Code's own `telemetry.telemetryLevel` setting takes precedence over `redhat.telemetry`
- allows remote configuration of telemetry (to disable events). https://github.com/redhat-developer/vscode-redhat-telemetry#remote-configuration

Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon committed Nov 18, 2022
1 parent ca7797b commit 6d261f5
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 49 deletions.
1 change: 1 addition & 0 deletions USAGE_DATA.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ 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.
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.
151 changes: 103 additions & 48 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 @@ -95,7 +95,7 @@
"webpack-cli": "^4.6.0"
},
"dependencies": {
"@redhat-developer/vscode-redhat-telemetry": "0.4.2",
"@redhat-developer/vscode-redhat-telemetry": "0.5.2",
"expand-home-dir": "^0.0.3",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
Expand Down

0 comments on commit 6d261f5

Please sign in to comment.