mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
send telemetry about git-exec duration (#162731)
* send telemetry about git-exec duration * measure spawn and exec
This commit is contained in:
@@ -89,7 +89,7 @@ async function createModel(context: ExtensionContext, outputChannelLogger: Outpu
|
||||
userAgent: `git/${info.version} (${(os as any).version?.() ?? os.type()} ${os.release()}; ${os.platform()} ${os.arch()}) vscode/${vscodeVersion} (${env.appName})`,
|
||||
version: info.version,
|
||||
env: environment,
|
||||
});
|
||||
}, telemetryReporter);
|
||||
const model = new Model(git, askpass, context.globalState, outputChannelLogger, telemetryReporter);
|
||||
disposables.push(model);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user