Commit 447c880
Add source/install telemetry and drop unreliable activation check
Follow-up to v0.27.5 telemetry analysis
(devdiv-azure-service-dmitryr/azure-java-migration-copilot-vscode-extension#5979):
- Add a source field (SOURCE_CVE / SOURCE_JAVA_UPGRADE) to the
upgradeNotification.show event so NOTIFY-level data can be split by
CVE vs upgrade and aligned with downstream funnel stages.
- Emit an installSucceeded event right after installExtension resolves.
- Drop the post-install getExtensionState re-check that produced false
activation-timeout results; the not-installed path now reports
proceeded and returns true after install completes.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4db30ab commit 447c880
2 files changed
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
200 | 203 | | |
201 | 204 | | |
202 | 205 | | |
| |||
221 | 224 | | |
222 | 225 | | |
223 | 226 | | |
224 | | - | |
| 227 | + | |
225 | 228 | | |
226 | 229 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
0 commit comments