Skip to content

Commit

Permalink
Add annotation to a telemetry point (#175371)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt committed Feb 24, 2023
1 parent e1bd125 commit ead95b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions extensions/github-authentication/src/githubServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ead95b4

Please sign in to comment.