Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.

Commit 0abbd17

Browse files
authored
Fusetools2 1150 adding telemetry (#637)
* FUSETOOLS2-1150 - adding telemetry to didact * adding tracking for commands and file types * updates to rh telemetry 0.2.0 * removing dependent extension * removing change to runTest * added note to changelog Signed-off-by: Brian Fitzpatrick <[email protected]>
1 parent 4a1a5b8 commit 0abbd17

File tree

10 files changed

+365
-11
lines changed

10 files changed

+365
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ All notable changes to the "vscode-didact" extension will be documented in this
88
- Also note that the built-in preview for the AsciiDoc extension (https://marketplace.visualstudio.com/items?itemName=asciidoctor.asciidoctor-vscode) now works, though the stylesheets are not the same and Didact links do not work from the AsciiDoc preview
99
- Changed `Didact: Start Didact Tutorial from File` hotkeys from `Ctrl/Cmd+Shift+V` to `Ctrl/Cmd+Alt+D` to avoid conflicting with the Markdown and AsciiDoc preview functionality. This keybinding can be changed from the VS Code `Keyboard Shortcuts` window (`File->Preferences->Keyboard Shortcuts`)
1010
- Added new command `vscode.didact.openUriWithLineAndOrColumn` (see [Didact docs](https://redhat-developer.github.io/vscode-didact/available-commands) for details)
11+
- Provided opt-in telemetry to gather information on the file type (md/adoc) opened by Didact and command IDs sent via Didact links. See "Data and telemetry" in the [README.md](README.md) and [usage data](USAGE_DATA.md) files for additional details
1112
- Note that if you run into issues migrating from an earlier version of Didact (0.3.x or earlier) to 0.4.x, you may need to refresh the tutorial registry. See [Troubleshooting](https://redhat-developer.github.io/vscode-didact/troubleshooting) in the docs for details
1213

1314
## 0.4.0

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ And feel free to [add issues, submit feature requests, log bugs, etc](https://gi
6969
[![Stargazers repo roster for @redhat-developer/vscode-didact](https://reporoster.com/stars/redhat-developer/vscode-didact)](https://github.com/redhat-developer/vscode-didact/stargazers)
7070

7171
[![Forkers repo roster for @redhat-developer/vscode-didact](https://reporoster.com/forks/redhat-developer/vscode-didact)](https://github.com/redhat-developer/vscode-didact/network/members)
72+
73+
## Data and telemetry
74+
75+
The Didact extension for Visual Studio Code 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

USAGE_DATA.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [Didact by Red Hat](https://github.com/redhat-developer/vscode-didact)
2+
3+
### Usage Data
4+
5+
* when extension is activated
6+
* when a didact URI is opened, just tracking the file type (md/adoc)
7+
* when a command is executed via a Didact link, just tracking the command Id

0 commit comments

Comments
 (0)