vscode-extension-telemetry icon indicating copy to clipboard operation
vscode-extension-telemetry copied to clipboard

Preview module working with new VS code API

Open lramos15 opened this issue 3 years ago • 1 comments

This is a preview version of 0.7.0 which utilizes the new telemetry API built into VS Code

Changes include:

  • No longer sanitize in this package
  • Supports logging to a shared output channel
  • Supports catching ext host errors and logging them to telemetry
  • No longer back supports older version of VS Code prior to when this API exists (1.73.0 or later).

lramos15 avatar Oct 19 '22 18:10 lramos15

I notice that with all these changes there are no markdown changes, migration and usage should be covered as this is a larger change

The usage itself doesn't really change. I can check if there are any issues there. I was going to give migration steps in the changelog on the Github release so people could look there to see what breaking changes came from 0.7.0 like we've done before

lramos15 avatar Oct 21 '22 18:10 lramos15