From 99e49049053595b989aa861743faea49f348f14c Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Fri, 24 Feb 2023 10:13:55 -0800 Subject: [PATCH] Add annotation to a telemetry point (#175370) * Add annotation to a telemetry point * forgot , --- extensions/github-authentication/src/githubServer.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extensions/github-authentication/src/githubServer.ts b/extensions/github-authentication/src/githubServer.ts index 8babd85ab73..dc7278f6d4f 100644 --- a/extensions/github-authentication/src/githubServer.ts +++ b/extensions/github-authentication/src/githubServer.ts @@ -594,6 +594,13 @@ export class GitHubServer implements IGitHubServer { return; } + /* __GDPR__ + "session" : { + "owner": "TylerLeonhardt", + "isEdu": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }, + "isManaged": { "classification": "SystemMetaData", "purpose": "FeatureInsight" } + } + */ this._telemetryReporter.sendTelemetryEvent('session', { isEdu: edu ?? 'unknown', isManaged: managed ?? 'unknown'