Skip to content

Commit efd9140

Browse files
authored
feat(compass-shell): connect appRegistry to worker runtime telemetry (#600)
1 parent c61e183 commit efd9140

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/compass-shell/src/modules/runtime.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ function reduceSetupRuntime(state, action) {
8080
{
8181
env: { ...process.env, ELECTRON_RUN_AS_NODE: 1 },
8282
serialization: 'advanced',
83-
}
83+
},
84+
action.appRegistry
8485
)
8586
: new ElectronRuntime(
8687
CompassServiceProvider.fromDataService(action.dataService),

0 commit comments

Comments
 (0)