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
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