Skip to content

Commit

Permalink
Cherry-pick update app insights key into release (#19474)
Browse files Browse the repository at this point in the history
Update app insights key. (#19463)

Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
  • Loading branch information
Kartik Raj and karthiknadig authored Jul 14, 2022
1 parent 367caa5 commit a15a658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const PYTHON_NOTEBOOKS = [
export const PVSC_EXTENSION_ID = 'ms-python.python';
export const PYLANCE_EXTENSION_ID = 'ms-python.vscode-pylance';
export const JUPYTER_EXTENSION_ID = 'ms-toolsai.jupyter';
export const AppinsightsKey = 'AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217';
export const AppinsightsKey = '0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255';

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

Expand Down

0 comments on commit a15a658

Please sign in to comment.