Skip to content

Releases: microsoft/vscode-extension-telemetry

Better typings + More cleaning!

27 Aug 18:11
33f853a
Compare
Choose a tag to compare
  • Add JS Doc comments to .d.ts file for intellisense
  • Better cleaning of possibly leaked user data by looking for keywords such as key & token
  • Lower target to Node 12 to support older extensions

Fix Bad CI

27 Aug 14:57
e952161
Compare
Choose a tag to compare

Bad CI caused package to get published without any source files. This fixes that and publishes a fixed package

Disable endpoint ping when telemetry is disabled

27 Aug 14:35
f62f668
Compare
Choose a tag to compare

This release introduces some minor improvements to the package

  • Redact passwd as well rather than just password.
  • Don't ping the endpoint in web to test for adblock if telemetry is disabled as this may look like we're sending telemetry when we're not
  • Added GitHub action + cleaned up build script to allow for automated release when a GitHub release is created

Fix bad .d.ts

23 Aug 13:53
41a9951
Compare
Choose a tag to compare

Fixes issue surrounding typings where errorProps was removed
Fixes errors preventing module use caused by isNewAppInstall being a boolean. Thanks to @ryanluker for #69

Remove context from web telemetry

10 Aug 16:36
c7eefca
Compare
Choose a tag to compare

Context can possibly be undefined in the web causing the module to fail to initialize. This release removes that to allow for the module to load on the web

Better data cleaning + Better Typings

09 Aug 14:28
4f4022c
Compare
Choose a tag to compare
  • Update the package to be more aggressive at cleaning out things like emails, and usernames from the sent data.
  • Update typings so they can be reused throughout the package and externally

0.4

19 Feb 01:02
Compare
Choose a tag to compare
0.4

remove peer dependency on vscode to allow using this module for extensions bundled inside vscode.

0.3

13 Feb 00:56
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release

Critical fix for #1