Releases: microsoft/vscode-extension-telemetry
v1.1.0
v1.0.0
Changes:
- #225: No more default export for the TelemetryReporter
 
This list of changes was auto generated.
v0.9.9
v0.9.8
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
Align measurements with properties
- Allows measurements to also be undefined for easy omitting, similar to how properties work
 
Improved user agent
Global Privacy Control compliance fixes
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.
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
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.