Remove quality checks for events (#8934)

* Remove quality checks for events

* Update iKey

* Add missed quality check
This commit is contained in:
Charles Gagnon
2020-02-07 14:43:03 -08:00
committed by GitHub
parent aa22466c0f
commit ec0a7a29d3
7 changed files with 25 additions and 56 deletions

View File

@@ -292,7 +292,7 @@ export class Main {
}
}
const eventPrefix = product.quality !== 'stable' ? 'adsworkbench' : 'monacoworkbench'; // {{SQL CARBON EDIT}}
const eventPrefix = 'adsworkbench'; // {{SQL CARBON EDIT}}
export async function main(argv: ParsedArgs): Promise<void> {
const services = new ServiceCollection();