Skip to content

Commit ead95b4

Browse files
Add annotation to a telemetry point (microsoft#175371)
fixes microsoft/vscode-internalbacklog#3511
1 parent e1bd125 commit ead95b4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

extensions/github-authentication/src/githubServer.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,13 @@ export class GitHubServer implements IGitHubServer {
594594
return;
595595
}
596596

597+
/* __GDPR__
598+
"session" : {
599+
"owner": "TylerLeonhardt",
600+
"isEdu": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
601+
"isManaged": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
602+
}
603+
*/
597604
this._telemetryReporter.sendTelemetryEvent('session', {
598605
isEdu: edu ?? 'unknown',
599606
isManaged: managed ?? 'unknown'

0 commit comments

Comments
 (0)