monacoworkbench -> adsworkbench (#8380)

* monacoworkbench -> adsworkbench

* Fix typo
This commit is contained in:
Charles Gagnon
2019-11-18 10:57:39 -08:00
committed by GitHub
parent fa9bbd4e1e
commit 8a44de27e7
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ export function submitAllStats(productJson: any, commit: string): Promise<boolea
}
*/
appInsights.defaultClient.trackEvent({
name: 'monacoworkbench/packagemetrics',
name: `${productJson.quality !== 'stable' ? 'adsworkbench' : 'monacoworkbench'}/packagemetrics`, // {{SQL CARBON EDIT}}
properties: { commit, size: JSON.stringify(sizes), count: JSON.stringify(counts) }
});