From 4ba89096fff675561f19d85f02fa125b1a2460c5 Mon Sep 17 00:00:00 2001 From: Sergey Petushkov Date: Tue, 2 Feb 2021 12:06:11 +0100 Subject: [PATCH] feat(compass-shell): Connect appRegistry to worker runtime telemetry --- packages/compass-shell/src/modules/runtime.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/compass-shell/src/modules/runtime.js b/packages/compass-shell/src/modules/runtime.js index 9cda6c7f83..a893d2a417 100644 --- a/packages/compass-shell/src/modules/runtime.js +++ b/packages/compass-shell/src/modules/runtime.js @@ -73,7 +73,8 @@ function reduceSetupRuntime(state, action) { { env: { ...process.env, ELECTRON_RUN_AS_NODE: 1 }, serialization: 'advanced', - } + }, + action.appRegistry ) : new ElectronRuntime( CompassServiceProvider.fromDataService(action.dataService),