Skip to content

chore(deps): bump @kth/appinsights from 0.6.0 to 1.0.0 - #166

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/kth/appinsights-1.0.0
Open

chore(deps): bump @kth/appinsights from 0.6.0 to 1.0.0#166
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/kth/appinsights-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps @kth/appinsights from 0.6.0 to 1.0.0.

Release notes

Sourced from @​kth/appinsights's releases.

v1.0.0

What's Changed

Full Changelog: KTH/kth-node-appinsights@v0.6.0...v1.0.0

v0.6.1

Full Changelog: KTH/kth-node-appinsights@v0.6.0...v0.6.1

Changelog

Sourced from @​kth/appinsights's changelog.

[1.0.0] - 2026-08-19

Added

  • KthAppinsights.trackDependency({ name, dependencyTypeName, data, duration, resultCode, success, properties }) to track a custom dependency call, replacing applicationinsights's defaultClient.trackDependency.
  • KthAppinsights.trackEvent({ name, properties, measurements }) to send custom events, replacing applicationinsights's defaultClient.trackEvent.
  • KthAppinsights.trackMetric({ name, value, properties }) to record custom metrics, replacing applicationinsights's defaultClient.trackMetric.
  • trackMongoDb and trackRedis options to control MongoDB/Redis dependency tracking (both enabled by default). MongoDB tracking is new - it never worked under the previous SDK. The MongoDB command itself (query/update document) is never included, since it can contain full document bodies.
  • KthAppinsights.shutdown() to flush buffered telemetry before a process exits.

Changed

  • Internally rebuilt on the Azure Monitor OpenTelemetry Distro instead of the classic applicationinsights SDK.
    BREAKING importing directly from applicationinsights will no longer work.
Commits

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 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)

Bumps [@kth/appinsights](https://github.com/KTH/kth-node-appinsights) from 0.6.0 to 1.0.0.
- [Release notes](https://github.com/KTH/kth-node-appinsights/releases)
- [Changelog](https://github.com/KTH/kth-node-appinsights/blob/main/CHANGELOG.md)
- [Commits](KTH/kth-node-appinsights@v0.6.0...v1.0.0)

---
updated-dependencies:
- dependency-name: "@kth/appinsights"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependabot dependencies Pull requests that update a dependency file web-team labels Aug 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 24, 2026 04:05
@dependabot
dependabot Bot removed the request for review from a team August 24, 2026 04:05
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 24, 2026
@dependabot
dependabot Bot requested review from joni9kth and ssandru August 24, 2026 04:05
@dependabot dependabot Bot added the web-team label Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies Pull requests that update a dependency file web-team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants