Commit f97af3d
authored
feat: Improve telemetry for editor type and license type (#1828)
The editor type is currently embedded inside the event name. That
complicates data analysis.
This PR fixes this issue, and adds data on the active license type
(`Free`, `Pro`, `Inactive`, and others).
**Note:** These tests are, and always will be flaky. This is
unavoidable. The goal of these tests isn't to get `100%` success rate,
the goal is to improve the current success rate from `~0%` to `~70%`.
### How Has This Been Tested:
- Checked input properties at the time of `sendTelemetryEvent` call
- All properties match the expected value
### How Has This Change Been Documented:
Not applicable1 parent 8debd89 commit f97af3d
File tree
2 files changed
+13
-1
lines changed- packages/vscode-extension/src
- project
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
124 | 127 | | |
125 | 128 | | |
126 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
480 | 485 | | |
481 | 486 | | |
482 | 487 | | |
| |||
492 | 497 | | |
493 | 498 | | |
494 | 499 | | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
495 | 504 | | |
496 | 505 | | |
497 | 506 | | |
| |||
0 commit comments