From e1d11e17a26a62a3aba69744ed46902b3c1b6c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Wed, 28 Feb 2024 16:01:30 +0100 Subject: [PATCH 1/2] Add session and runner id to list of telemetry items --- docs/core/testing/unit-testing-mstest-runner-telemetry.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/core/testing/unit-testing-mstest-runner-telemetry.md b/docs/core/testing/unit-testing-mstest-runner-telemetry.md index d014c226361a6..3545c70ca657b 100644 --- a/docs/core/testing/unit-testing-mstest-runner-telemetry.md +++ b/docs/core/testing/unit-testing-mstest-runner-telemetry.md @@ -74,6 +74,8 @@ The telemetry feature collects the following data points: | All | Version of the platform. | | All | Version of your extensions. | | All | Version of your test adapter. | +| All | Guid to correlate events from a single runner. | +| 1.0.2 | Guid to correlate events from a single test run. | ## Continuous integration detection From 93a3779ac9ffd08f942809aac4d161b70b5fc10f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Wed, 28 Feb 2024 16:02:31 +0100 Subject: [PATCH 2/2] Update unit-testing-mstest-runner-telemetry.md --- docs/core/testing/unit-testing-mstest-runner-telemetry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/testing/unit-testing-mstest-runner-telemetry.md b/docs/core/testing/unit-testing-mstest-runner-telemetry.md index 3545c70ca657b..a123efe21c34e 100644 --- a/docs/core/testing/unit-testing-mstest-runner-telemetry.md +++ b/docs/core/testing/unit-testing-mstest-runner-telemetry.md @@ -75,7 +75,7 @@ The telemetry feature collects the following data points: | All | Version of your extensions. | | All | Version of your test adapter. | | All | Guid to correlate events from a single runner. | -| 1.0.2 | Guid to correlate events from a single test run. | +| 1.0.3 | Guid to correlate events from a single test run. | ## Continuous integration detection