Skip to content

Releases: microsoft/vscode-extension-telemetry

v1.4.0

24 Jan 16:32
e9e0704

Choose a tag to compare

Changes:

  • #236: Update dist file
  • #235: Bump js-yaml from 4.1.0 to 4.1.1

This list of changes was auto generated.

v1.3.0

23 Jan 21:23
0d954f0

Choose a tag to compare

Changes:

Feature Requests:

  • #234: Add GitHub telemetry support with custom endpoints and per-event tag overrides

This list of changes was auto generated.

v1.2.0

11 Nov 20:44
ed87884

Choose a tag to compare

Changes:

  • #233: Support custom fetchers + fix version injection

This list of changes was auto generated.

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