Add annotation to a telemetry point (#175370)

* Add annotation to a telemetry point

* forgot ,
This commit is contained in:
Tyler James Leonhardt
2023-02-24 10:13:55 -08:00
committed by GitHub
parent ffc78442f1
commit 99e4904905

View File

@@ -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'