Skip to content

Commit 06cda6d

Browse files
authored
Update RFC0016-Census-Telemetry.md
1 parent 7b70529 commit 06cda6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-Draft/RFC0016-Census-Telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The platform (Windows, Linux, Mac) usage data helps to prioritize new feature wo
2121
## Specification
2222

2323
On every startup of the PowerShell Console host, telemetry will be sent via [ApplicationInsights](https://azure.microsoft.com/en-us/services/application-insights/) to collect the following information:
24-
- [System.Runtime.InteropServices.RuntimeInformation]::OSDescription (equivalent to `uname -a` on Unix)
24+
- `[System.Runtime.InteropServices.RuntimeInformation]::OSDescription` (equivalent to `uname -a` on Unix)
2525
- GitCommitId (from $psversiontable)
2626

2727
Performance will be measured to ensure collecting and sending telemetry does not have an impact to PowerShell startup time.

0 commit comments

Comments
 (0)