Skip to content

Commit 7875c3c

Browse files
authored
document SDK telemetry from prior and upcoming versions (#29354)
1 parent ba5d5de commit 7875c3c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/core/tools/telemetry.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,24 @@ The telemetry feature collects the following data:
7474
| >=3.0.100 | On a CLI/SDK crash, the exception type and its stack trace (only CLI/SDK code is included in the stack trace sent). For more information, see [Crash exception telemetry](#crash-exception-telemetry). |
7575
| >=5.0.100 | Hashed TargetFrameworkVersion used for build (MSBuild property) |
7676
| >=5.0.100 | Hashed RuntimeIdentifier used for build (MSBuild property) |
77-
| >=5.0.100 | Hashed SelfContained used for build (MSBuild property) |
78-
| >=5.0.100 | Hashed UseApphost used for build (MSBuild property) |
77+
| >=5.0.100 | Hashed SelfContained used for build (MSBuild property) |
78+
| >=5.0.100 | Hashed UseApphost used for build (MSBuild property) |
7979
| >=5.0.100 | Hashed OutputType used for build (MSBuild property |
80+
| >=5.0.201 | Hashed PublishReadyToRun used for build (MSBuild property) |
81+
| >=5.0.201 | Hashed PublishTrimmed used for build (MSBuild property) |
82+
| >=5.0.201 | Hashed PublishSingleFile used for build (MSBuild property) |
8083
| >=5.0.202 | Elapsed time from process start until entering the CLI program's main method, measuring host and runtime startup. |
8184
| >=5.0.202 | Elapsed time for the step that adds .NET Tools to the path on first run. |
8285
| >=5.0.202 | Elapsed time to display first time use notice on first run. |
8386
| >=5.0.202 | Elapsed time for generating ASP.NET Certificate on first run. |
8487
| >=5.0.202 | Elapsed time to parse the CLI input. |
8588
| >=6.0.100 | OS architecture |
89+
| >=6.0.104 | Hashed PublishReadyToRunUseCrossgen2 used for build (MSBuild property) |
90+
| >=6.0.104 | Hashed Crossgen2PackVersion used for build (MSBuild property) |
91+
| >=6.0.104 | Hashed CompileListCount used for build (MSBuild property) |
92+
| >=6.0.104 | Hashed _ReadyToRunCompilationFailures used for build (MSBuild property) |
8693
| >=6.0.300 | If the CLI was invoked from a Continuous Integration environment. For more information, see [Continuous Integration Detection](#continuous-integration-detection).|
94+
| >=7.0.100 | Hashed PublishAot used for build (MSBuild property) |
8795

8896
### Collected options
8997

0 commit comments

Comments
 (0)