Skip to content

Commit

Permalink
update telemetry key (#3944)
Browse files Browse the repository at this point in the history
* update telemetry key

* typo
  • Loading branch information
gcampbell-msft authored Jul 29, 2024
1 parent 4dc3817 commit 998ebbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ export function logEvent(eventName: string, properties?: Properties, measures?:
sendTelemetry();
}

const appInsightsKey: string = "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217";
const appInsightsKey: string =
"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255";
function getPackageInfo(): IPackageInfo {
const packageJSON: util.PackageJSON = util.thisExtensionPackage();
return {
Expand Down

0 comments on commit 998ebbd

Please sign in to comment.