mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update js file with monaco -> ads workbench (#8398)
This commit is contained in:
@@ -116,7 +116,7 @@ function submitAllStats(productJson, commit) {
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
appInsights.defaultClient.trackEvent({
|
appInsights.defaultClient.trackEvent({
|
||||||
name: 'monacoworkbench/packagemetrics',
|
name: `${productJson.quality !== 'stable' ? 'adsworkbench' : 'monacoworkbench'}/packagemetrics`,
|
||||||
properties: { commit, size: JSON.stringify(sizes), count: JSON.stringify(counts) }
|
properties: { commit, size: JSON.stringify(sizes), count: JSON.stringify(counts) }
|
||||||
});
|
});
|
||||||
appInsights.defaultClient.flush({
|
appInsights.defaultClient.flush({
|
||||||
|
|||||||
Reference in New Issue
Block a user