eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.27k stars 2.45k forks source link

[Question] vscode-extension-telemetry npm module #6330

Open solsu01 opened 4 years ago

solsu01 commented 4 years ago

Description

Am I able to use vscode-extension-telemetry npm module to perform telemetry from Theia? const TelemetryReporter = require('vscode-extension-telemetry'); will that work?

For reference: https://code.visualstudio.com/docs/getstarted/telemetry

akosyakov commented 4 years ago

I don't think so, i'm not sure that we want to support telemetry out of the box.

cc @svenefftinge ?

joazvsoares commented 4 years ago

Hey, I'm interested in telemetry support too.

@solsu01 have you made any progress about it?

solsu01 commented 4 years ago

@joazvsoares nope

hannescmarits commented 11 months ago

YES, i think Theia should provide the possibility to support telemetry. Telemetry is a feature which helps to prioritize. Helps to see what is used, and how the software is used. Yes, the topic is viewed critically, but data about user behavior is just very helpful.