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:
Logan Ramos
2022-05-24 19:00:55 -04:00
committed by GitHub
parent f363be172c
commit 3a8b1fe03e
28 changed files with 66 additions and 8 deletions

View File

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