Skip to content

Commit b0a7c9b

Browse files
authored
Use new telemetry key (#10821) (#10823)
1 parent 6a7c2c4 commit b0a7c9b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build/webpack/webpack.extension.web.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ const config = {
107107
new webpack.IgnorePlugin({
108108
resourceRegExp: /^\.\/locale$/,
109109
contextRegExp: /moment$/
110+
}),
111+
new webpack.optimize.LimitChunkCountPlugin({
112+
maxChunks: 1
110113
})
111114
],
112115
resolve: {

src/platform/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const NOTEBOOK_SELECTOR = [
2424
];
2525

2626
export const JVSC_EXTENSION_ID = 'ms-toolsai.jupyter';
27-
export const AppinsightsKey = 'AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217';
27+
export const AppinsightsKey = '0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255';
2828

2929
export const DEFAULT_INTERPRETER_SETTING = 'python';
3030

0 commit comments

Comments
 (0)