Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 1.83 KB

File metadata and controls

25 lines (18 loc) · 1.83 KB

Device Simulator Express Telemetry

The Device Simulator Express logs usage data and diagnostics telemetry through Application Insights.

Telemetry Gathered

This extension collects basic diagnostics telemetry and usage data:

  • Diagnostics telemetry: performance of extension commands and success / error rate
  • Usage telemetry: user usage of extension commands and API calls

Usage Telemetry

Through the Application Insights API, telemetry events are collected on The Device Simulator Express extension usage. The follow table describes the Telemetry events we collect:

Property Note
Event Name Unique event name/descriptor for the event. For ex: Device Simulator Express/COMMAND_NEW_FILE
VS Code Session ID A unique identifier for the current session (changes each time the editor is started)
VS Code Machine ID A unique identifier for the computer
VS Code Version VS Code version being used by the user
Extension Version The Device Simulator Express extension version being used
OS User's operating system
Performance A number indicating how long the command or API call took to execute
Result If the event succeeded or not