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
Adds telemetry to understand how long the diff editor was visible to the user. (microsoft#181021)
* Adds telemetry to understand how long the diff editor was visible to the user.
* Uses StopWatch utility.
* Fixes CI
* 💄
* 💄
---------
Co-authored-by: Benjamin Pasero <[email protected]>
editorVisibleTimeMs: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'Indicates the time the diff editor was visible to the user'};
330
+
languageId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Indicates for which language the diff editor was shown'};
331
+
comment: 'This event gives insight about how long the diff editor was visible to the user.';
0 commit comments