mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 21:41:46 +01:00
More telemetry comments (#150303)
* Add owners to all telemetry events * More comments * Add comments to non typescript GDPR annotation * Another comment
This commit is contained in:
@@ -192,7 +192,9 @@ export async function _activate(context: ExtensionContext): Promise<GitExtension
|
||||
outputChannelLogger.logWarning(err.message);
|
||||
|
||||
/* __GDPR__
|
||||
"git.missing" : {}
|
||||
"git.missing" : {
|
||||
"owner": "lszomoru"
|
||||
}
|
||||
*/
|
||||
telemetryReporter.sendTelemetryEvent('git.missing');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user