Plan to support Telemetry Collection for Emitter in TypeSpec VS Code Extension #5865
Open
3 of 5 tasks
Labels
ide
Issues for VS, VSCode, Monaco, etc.
Clear and concise description of the problem
Description:
We need to support telemetry collection from our emitters in the TypeSpec VS Code extension. It would include error when emitting fails, some of the options when emitter is triggered, etc.
The goal is to gather useful data to improve our CodeGen while ensuring compliance with privacy regulations such as GDPR.
Today, typespec extension could get all the logs that our emitters output, then we need to decide what information is useful for collection. This work is related to #5298
I don't think typespec extension would collect output for all emitters, a white list of emitter should be fine.
A couple of requirements for Telemetry collection
cc @lmazuel
Checklist
The text was updated successfully, but these errors were encountered: