提交 e637dd32 编写于 作者: J Johannes Rieken

send telemetry when an update is available

上级 75650c17
...@@ -177,6 +177,7 @@ export class UpdateService implements IUpdateService { ...@@ -177,6 +177,7 @@ export class UpdateService implements IUpdateService {
this._availableUpdate = data; this._availableUpdate = data;
this._onUpdateAvailable.fire({ url: update.url, version: update.version }); this._onUpdateAvailable.fire({ url: update.url, version: update.version });
this.state = State.UpdateAvailable; this.state = State.UpdateAvailable;
this.telemetryService.publicLog('update:available', { explicit, version: update.version, currentVersion: product.commit });
} else { } else {
const data: IUpdate = { const data: IUpdate = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册