redhat-developer / yaml-language-server

Language Server for YAML Files
MIT License
1.1k stars 265 forks source link

Telemetry communication between language-service with monaco-editor #987

Open kelvien-microsoft opened 2 months ago

kelvien-microsoft commented 2 months ago

Summary

Is there a way for monaco-editor to log telemetry that happens in the language-service? I understand that there is a Telemetry interface here, but can I use my own logging service to log the data from the monaco-editor component?

Relevant information

I'm linked yaml-language-service with a React monaco-editor and I want to be able to log the telemetry made in the language-service through monaco-editor because my logging service lives in the monaco-editor