We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bd125 commit ead95b4Copy full SHA for ead95b4
extensions/github-authentication/src/githubServer.ts
@@ -594,6 +594,13 @@ export class GitHubServer implements IGitHubServer {
594
return;
595
}
596
597
+ /* __GDPR__
598
+ "session" : {
599
+ "owner": "TylerLeonhardt",
600
+ "isEdu": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
601
+ "isManaged": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
602
+ }
603
+ */
604
this._telemetryReporter.sendTelemetryEvent('session', {
605
isEdu: edu ?? 'unknown',
606
isManaged: managed ?? 'unknown'
0 commit comments