Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @vscode/extension-telemetry from 0.7.7 to 0.8.5 #93

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps @vscode/extension-telemetry from 0.7.7 to 0.8.5.

Release notes

Sourced from @​vscode/extension-telemetry's releases.

Improve shutdown performance

  • Improves shutdown performance by lessening the amount of time which is allocated to disposing the telemetry reporters. Additionally, removes a few redundant flushes. Fixes microsoft/vscode#192742

Fix data loss on connection loss

  • Fixes a bug where if the user's connection were to drop during a session, telemetry would no longer send for the rest of that session
  • Fixes a bug with sendRawTelemetryEvent sending key: key pairs instead of key: value pairs

Fix missing sendRawTelemetryEvent function + Dependency updates

  • Fixes the sendRawTelemetryEvent function which was missing in the implementation, but defined in the .d.ts
  • Updates word-wrap and semver to address Dependabot security violations

Better teardown + error handling

This release only contains bug fixes

Better align telemetry reporters across desktop and web

Note: This release contains a breaking change to the typings. The ability to log a raw Error object has been removed. You will now have to use sendTelemetryErrorEvent and break the error stack down into the properties you want due to the web app insights and 1DS library both not supporting this. We want the module to abstract the details away and offer a uniform experience across all platforms.

Also fixes a bug surrounding not logging events properly on shutdown.

Commits
  • d02e6c5 Remove unnecessarry flush (#187)
  • e17e9ed Less time for teardown (#186)
  • 80cfe95 Bump version (#182)
  • 45b6230 Merge pull request #180 from microsoft/aiday/sendTelemetryValueNotProperty
  • fc3d4d0 changing it so that we access the right value
  • 30b3d4d assign to the telemetry trusted value the value associated to the property, n...
  • e531918 Use VS code types that match the engine (#178)
  • 1ec7e14 Handle errors sending the request (#177)
  • ec074e8 Update packages to address security (#175)
  • 0c4e706 Fix send raw telemetry (#172)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vscode/extension-telemetry-0.8.5 branch from 1250a34 to 72eb86b Compare September 25, 2023 23:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vscode/extension-telemetry-0.8.5 branch from 72eb86b to 7514012 Compare October 3, 2023 21:59
Bumps [@vscode/extension-telemetry](https://github.com/Microsoft/vscode-extension-telemetry) from 0.7.7 to 0.8.5.
- [Release notes](https://github.com/Microsoft/vscode-extension-telemetry/releases)
- [Commits](microsoft/vscode-extension-telemetry@v0.7.7...v0.8.5)

---
updated-dependencies:
- dependency-name: "@vscode/extension-telemetry"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vscode/extension-telemetry-0.8.5 branch from 7514012 to b0a9f2a Compare October 3, 2023 22:11
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 4, 2023

Looks like @vscode/extension-telemetry is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 4, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vscode/extension-telemetry-0.8.5 branch October 4, 2023 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants