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
In January 2023, vscode.env.createTelemetryLogger and vscode.TelemetryLogger were committed when the API was finalized and announced in the 1.75 update notes
The @vscode/extension-telemetry NPM module is still recommended by extension-guides/telemetry and frequently updated; 8 patch updates in the last year.
So we now have:
TelemetryReporter from @vscode/extension-telemetry which supports sending properties and measurements to Application Insights
TelemetryLogger from @types/vscode which only supports sending properties to a TelemetrySender
When should each one be used? Are they meant to work together?
I also cannot see any Output channel for "Telemetry" or "Extension Telemetry" or open a "Telemetry" log file as is mentioned several times in the guides and docs.
The documentation for adding telemetry to extensions is unclear and incomplete.
Add more descriptive steps about how extension authors can:
TelemetryReporter
?)@vscode/extension-telemetry
?)@isidorn FYI
The text was updated successfully, but these errors were encountered: