vscode-redhat-telemetry package uses several of nodejs-specific globals (such as process and os) that can't be fully polyfilled on a Web environment.
Ideally the vscode-redhat-telemetry package should support a Web environment with checks such as process.web === true and then go from there, avoiding loading node.js specifics on a web env.
/cc @thiagoelg
vscode-redhat-telemetry package uses several of nodejs-specific globals (such as process and os) that can't be fully polyfilled on a Web environment.
Ideally the vscode-redhat-telemetry package should support a Web environment with checks such as process.web === true and then go from there, avoiding loading node.js specifics on a web env.
/cc @thiagoelg