Commit a9b2312
Fix Java upgrade notification flow telemetry and activation check
Follow-up improvements from v0.27.5 telemetry analysis
(devdiv-azure-service-dmitryr/azure-java-migration-copilot-vscode-extension#5979):
1. 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.
2. Replace the fixed setTimeout(2000) post-install activation wait with a
15s polling loop to fix the false activation-timeout rate.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4db30ab commit a9b2312
2 files changed
Lines changed: 9 additions & 4 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 | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
226 | 232 | | |
227 | | - | |
228 | | - | |
229 | 233 | | |
230 | 234 | | |
231 | 235 | | |
| |||
0 commit comments