Skip to content

Commit 7d7ff29

Browse files
authored
Switch to new key format since AIF is retired (#9769)
1 parent 5e019a7 commit 7d7ff29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2920,7 +2920,7 @@
29202920
"rust"
29212921
],
29222922
"_aiKeyComment": "Ignore 'Property aiKey is not allowed'. See https://github.com/microsoft/vscode/issues/76493",
2923-
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
2923+
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
29242924
"variables": {
29252925
"pickProcess": "extension.pickNativeProcess",
29262926
"pickRemoteProcess": "extension.pickRemoteNativeProcess"
@@ -4450,7 +4450,7 @@
44504450
"rust"
44514451
],
44524452
"_aiKeyComment": "Ignore 'Property aiKey is not allowed'. See https://github.com/microsoft/vscode/issues/76493",
4453-
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
4453+
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
44544454
"variables": {
44554455
"pickProcess": "extension.pickNativeProcess"
44564456
},

Extension/src/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class ExperimentationTelemetry implements IExperimentationTelemetry {
5555

5656
let initializationPromise: Promise<IExperimentationService> | undefined;
5757
let experimentationTelemetry: ExperimentationTelemetry | undefined;
58-
const appInsightsKey: string = "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217";
58+
const appInsightsKey: string = "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255";
5959

6060
export function activate(): void {
6161
try {

0 commit comments

Comments
 (0)