Skip to content

Releases: microsoft/vscode-extension-telemetry

v1.1.0

07 Oct 12:48
f68d1a3

Choose a tag to compare

Changes:

  • #230: Surface initialization options
  • #227: Run npm audit fix to update dependencies
  • #226: chore: bump action and node versions

This list of changes was auto generated.

v1.0.0

07 May 12:49
4ad688f

Choose a tag to compare

Changes:

  • #225: No more default export for the TelemetryReporter

This list of changes was auto generated.

v0.9.9

07 May 08:58
2b6142c

Choose a tag to compare

Changes:

  • #224: bump version
  • #223: add node-esm variant
  • #221: Remove extra brace from common.platformversion
  • #220: Bump serialize-javascript and mocha
  • #219: classify new property

This list of changes was auto generated.

v0.9.8

20 Nov 21:31
6ae3c8a

Choose a tag to compare

Changes:

  • #218: Bump version for release
  • #216: Accept instrumentation and connection string
  • #215: Propagate session ID metadata

This list of changes was auto generated.

v0.9.7

02 Aug 17:29
fd4491b

Choose a tag to compare

Changes:

  • #213: Bump version + packages
  • #211: Update readme + support connection string
  • #210: Send user id in extension paylod
  • #207: Bump braces from 3.0.2 to 3.0.3
  • #206: Update packages
  • #204: Rollback packages

This list of changes was auto generated.

Align measurements with properties

20 Mar 18:32
2ad7b6e

Choose a tag to compare

  • Allows measurements to also be undefined for easy omitting, similar to how properties work

Improved user agent

20 Mar 17:51
de8e93a

Choose a tag to compare

  • Improves on the user agent metric shown when navigator.userAgentData is unavailable. Thanks to @sezna
  • Fixes a bug with telemetry fetching using app insights on older version of node. Thanks to @devm33

Global Privacy Control compliance fixes

19 Dec 20:57
3a87442

Choose a tag to compare

This release contains a small fix to the 1DS package used by Microsoft extensions in the web to ensure compliance with the California's Global Privacy Control. If you're not a Microsoft extension, then it is safe to disregard this release as it contains no new features or improvements for the third party flow.

Fix `unhandlederror` common props.

12 Dec 17:02
4361d93

Choose a tag to compare

Thanks to a community contribution by @ilia-db the unhandlederror event handler has been properly fixed to include common properties.

Use app insights basics versus the complete app insights package to reduce bundle size

01 Nov 19:35
cd3176a

Choose a tag to compare

Application insights web basics comes with the ability to pass in a fetch pollyfill that allows it to be used for both Node and Web. This is similar to what we already do for first party extensions using the 1DS package.

While there is no breaking changes here, the replacement of a key dependency with what should be an equivalent alternative may have unknown edge cases that were not accounted for, therefore the version has been bumped to reflect this.

Bundlephobia reports a 67Kb decline in bundle size with this change.