Skip to content

Commit a15a658

Browse files
Kartik Rajkarthiknadig
andauthored
Cherry-pick update app insights key into release (#19474)
Update app insights key. (#19463) Co-authored-by: Karthik Nadig <[email protected]>
1 parent 367caa5 commit a15a658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const PYTHON_NOTEBOOKS = [
2323
export const PVSC_EXTENSION_ID = 'ms-python.python';
2424
export const PYLANCE_EXTENSION_ID = 'ms-python.vscode-pylance';
2525
export const JUPYTER_EXTENSION_ID = 'ms-toolsai.jupyter';
26-
export const AppinsightsKey = 'AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217';
26+
export const AppinsightsKey = '0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255';
2727

2828
export type Channel = 'stable' | 'insiders';
2929

0 commit comments

Comments
 (0)