Releases: microsoft/vscode-extension-telemetry
Releases · microsoft/vscode-extension-telemetry
Better typings + More cleaning!
- 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
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
This release introduces some minor improvements to the package
- Redact
passwd
as well rather than justpassword
. - 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
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
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
- 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