mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 17:40:30 -04:00
Remove quality checks for events (#8934)
* Remove quality checks for events
* Update iKey
* Add missed quality check
(cherry picked from commit ec0a7a29d3)
This commit is contained in:
@@ -116,7 +116,7 @@ function submitAllStats(productJson, commit) {
|
||||
}
|
||||
*/
|
||||
appInsights.defaultClient.trackEvent({
|
||||
name: `${productJson.quality !== 'stable' ? 'adsworkbench' : 'monacoworkbench'}/packagemetrics`,
|
||||
name: 'adsworkbench/packagemetrics',
|
||||
properties: { commit, size: JSON.stringify(sizes), count: JSON.stringify(counts) }
|
||||
});
|
||||
appInsights.defaultClient.flush({
|
||||
|
||||
Reference in New Issue
Block a user