Skip to content

Commit 931498c

Browse files
authored
Rajkumar42/telemetry/installer (#1113)
* Sends "AcquisitionStart" telemetry to indicate an acquisition started.
1 parent 3363d73 commit 931498c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ function installRuntimeDependencies(extension: vscode.Extension<any>, logger: Lo
6666
}
6767
};
6868

69+
// Sends "AcquisitionStart" telemetry to indicate an acquisition started.
70+
reporter.sendTelemetryEvent("AcquisitionStart");
71+
6972
let platformInfo: PlatformInformation;
7073
let packageManager: PackageManager;
7174
let installationStage = 'touchBeginFile';

0 commit comments

Comments
 (0)