Skip to content

Bump applicationinsights from 3.10.0 to 3.15.1 in /logging - #1924

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/logging/applicationinsights-3.15.1
Closed

Bump applicationinsights from 3.10.0 to 3.15.1 in /logging#1924
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/logging/applicationinsights-3.15.1

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps applicationinsights from 3.10.0 to 3.15.1.

Release notes

Sourced from applicationinsights's releases.

3.15.1

Other Changes

  • Updated @azure/monitor-opentelemetry, @azure/identity, and @opentelemetry/* dependencies.
  • Removed the legacy @azure/functions-old (v3) dependency.
  • Resolved vulnerabilities in dependencies.

Bug Fixes

  • AutoCollectExceptions no longer calls forceFlush per exception and now rate-limits exception telemetry to 50 records/min (emitting a single suppressed-count summary per window). forceFlush still runs on the terminal exit path.

Release PRs

Full Changelog: microsoft/ApplicationInsights-node.js@3.15.0...3.15.1

3.15.0

Breaking Changes

  • Minimum supported Node.js version is now 20.0.0. Node.js 18 is end-of-life (April 2025) and the underlying @azure/monitor-opentelemetry / @azure/monitor-opentelemetry-exporter dependencies require Node >= 20.

Other Changes

  • Updated @azure/monitor-opentelemetry to ^1.18.0 and @azure/monitor-opentelemetry-exporter to ^1.0.0-beta.41.
  • Resolved vulnerabilities in dependencies (added overrides for protobufjs^8.2.0 and serialize-javascript^7.0.5).

Bug Fixes

  • Fix memory leak caused by process event listener accumulation when useAzureMonitor() is called multiple times. (#1415)

Release PRs

Full Changelog: microsoft/ApplicationInsights-node.js@3.14.0...3.15.0

3.14.0

microsoft/ApplicationInsights-node.js#1490microsoft/ApplicationInsights-node.js#1489microsoft/ApplicationInsights-node.js#1488microsoft/ApplicationInsights-node.js#1487microsoft/ApplicationInsights-node.js#1485

3.13.0

microsoft/ApplicationInsights-node.js#1479microsoft/ApplicationInsights-node.js#1481microsoft/ApplicationInsights-node.js#1482microsoft/ApplicationInsights-node.js#1483

... (truncated)

Changelog

Sourced from applicationinsights's changelog.

3.15.1 (2026-06-24)

Other Changes

  • Updated @azure/monitor-opentelemetry, @azure/identity, and @opentelemetry/* dependencies.
  • Removed the legacy @azure/functions-old (v3) dependency.
  • Resolve vulnerabilities in dependencies.

Bug Fixes

  • AutoCollectExceptions no longer calls forceFlush per exception and now rate-limits exception telemetry to 50 records/min (emitting a single suppressed-count summary per window). forceFlush still runs on the terminal exit path.

3.15.0 (2026-05-13)

Breaking Changes

  • Minimum supported Node.js version is now 20.0.0. Node.js 18 is end-of-life (April 2025) and the underlying @azure/monitor-opentelemetry / @azure/monitor-opentelemetry-exporter dependencies require Node >= 20.

Other Changes

  • Updated @​azure/monitor-opentelemetry and @​azure/monitor-opentelemetry-exporter.
  • Resolve vulnerabilities in dependencies.

Bug Fixes

  • Fix memory leak caused by process event listener accumulation when useAzureMonitor() is called multiple times. (#1415)

3.14.0 (2026-02-24)

Other Changes

  • Update OTel global detection to wait for the customer app to initialize before detection.

3.13.0 (2026-01-16)

Other Changes

  • Add OpenTelemetry global detection to the agent.
  • Add functionality for the TelemetryClient to not use global providers.
  • Resolve vulnerabilities in dependencies.

3.12.1 (2025-11-10)

Other Changes

  • Updated @​azure/monitor-opentelemetry and @​azure/monitor-opentelemetry-exporter.

3.12.0 (2025-09-29)

Other Changes

... (truncated)

Commits
  • d92a053 Release 3.15.1 (#1509)
  • 24d6657 fix(deps): upgrade OpenTelemetry and nyc to resolve audit vulns, drop protobu...
  • b441fad perf: amortize per-sample startup and post comments on fork PRs (#1506)
  • 9907aae Block preview/dev/alpha prereleases of @​azure/monitor-opentelemetry-exporter ...
  • a4c4943 perf: Expand Benchmarks vs Upstream OpenTelemetry & CI Regression (#1500)
  • 2bf123f Rate-limit AutoCollectExceptions and drop per-exception forceFlush (#1499)
  • 0506cc0 Remove @​azure/functions-old + bump @​azure/identity to scrub prod uuid@8 (MSRC...
  • 08ac6f7 Release 3.15.0 (update) (#1497)
  • bb6b943 Release 3.15.0 (#1496)
  • f2b2a19 Fix memory leak: clean up listeners on repeated useAzureMonitor calls (#1493)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) from 3.10.0 to 3.15.1.
- [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-node.js/blob/main/CHANGELOG.md)
- [Commits](microsoft/ApplicationInsights-node.js@3.10.0...3.15.1)
---
updated-dependencies:
- dependency-name: applicationinsights
dependency-version: 3.15.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 25, 2026
@dependabot@github

dependabotBot commented on behalf of githubAug 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Superseded by #1942.

@dependabotdependabotBot closed this Aug 17, 2026
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/logging/applicationinsights-3.15.1 branch August 17, 2026 12:02
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants