mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-22 19:29:17 +00:00
Add annotation to a telemetry point (#175370)
* Add annotation to a telemetry point * forgot ,
This commit is contained in:
committed by
GitHub
parent
ffc78442f1
commit
99e4904905
@@ -594,6 +594,13 @@ export class GitHubServer implements IGitHubServer {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* __GDPR__
|
||||||
|
"session" : {
|
||||||
|
"owner": "TylerLeonhardt",
|
||||||
|
"isEdu": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
|
||||||
|
"isManaged": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
|
||||||
|
}
|
||||||
|
*/
|
||||||
this._telemetryReporter.sendTelemetryEvent('session', {
|
this._telemetryReporter.sendTelemetryEvent('session', {
|
||||||
isEdu: edu ?? 'unknown',
|
isEdu: edu ?? 'unknown',
|
||||||
isManaged: managed ?? 'unknown'
|
isManaged: managed ?? 'unknown'
|
||||||
|
|||||||
Reference in New Issue
Block a user