Skip to content

Commit

Permalink
Use new telemetry key (#10821) (#10823)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchiodo authored Jul 15, 2022
1 parent 6a7c2c4 commit b0a7c9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build/webpack/webpack.extension.web.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ const config = {
new webpack.IgnorePlugin({
resourceRegExp: /^\.\/locale$/,
contextRegExp: /moment$/
}),
new webpack.optimize.LimitChunkCountPlugin({
maxChunks: 1
})
],
resolve: {
Expand Down
2 changes: 1 addition & 1 deletion src/platform/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const NOTEBOOK_SELECTOR = [
];

export const JVSC_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 const DEFAULT_INTERPRETER_SETTING = 'python';

Expand Down

0 comments on commit b0a7c9b

Please sign in to comment.