You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: