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

@@ -78,7 +78,7 @@ interface ISharedProcessInitData {
logLevel: LogLevel;
}
const eventPrefix = product.quality !== 'stable' ? 'adsworkbench' : 'monacoworkbench'; // {{ SQL CARBON EDIT }}
const eventPrefix = 'adsworkbench'; // {{ SQL CARBON EDIT }}
class MainProcessService implements IMainProcessService {
constructor(private server: Server, private mainRouter: StaticRouter) { }