diff --git a/Extension/package.json b/Extension/package.json index 8cd4818c6a..6f31295027 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -2920,7 +2920,7 @@ "rust" ], "_aiKeyComment": "Ignore 'Property aiKey is not allowed'. See https://github.com/microsoft/vscode/issues/76493", - "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255", + "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", "variables": { "pickProcess": "extension.pickNativeProcess", "pickRemoteProcess": "extension.pickRemoteNativeProcess" @@ -4450,7 +4450,7 @@ "rust" ], "_aiKeyComment": "Ignore 'Property aiKey is not allowed'. See https://github.com/microsoft/vscode/issues/76493", - "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255", + "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", "variables": { "pickProcess": "extension.pickNativeProcess" }, diff --git a/Extension/src/telemetry.ts b/Extension/src/telemetry.ts index f2010bc587..6dddb38154 100644 --- a/Extension/src/telemetry.ts +++ b/Extension/src/telemetry.ts @@ -55,7 +55,7 @@ export class ExperimentationTelemetry implements IExperimentationTelemetry { let initializationPromise: Promise | undefined; let experimentationTelemetry: ExperimentationTelemetry | undefined; -const appInsightsKey: string = "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255"; +const appInsightsKey: string = "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217"; export function activate(): void { try {