Commit 9e61b67
fix: pass numeric measurements via measures arg in env_selection.completed
workspaceFolderCount, resolvedFolderCount, and settingErrorCount were
passed as string properties but are numeric measurements. Passing them
as string properties causes them to be silently dropped by the telemetry
pipeline. Move them to the measures argument so they are recorded.
globalScopeDeferred remains a string property (boolean serialized as
'true'/'false') and is unaffected.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c5a1430 commit 9e61b67
2 files changed
Lines changed: 16 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| |||
451 | 453 | | |
452 | 454 | | |
453 | 455 | | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | 456 | | |
458 | 457 | | |
459 | 458 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
405 | 413 | | |
406 | 414 | | |
407 | 415 | | |
| |||
0 commit comments