Skip to content

Commit c99eec5

Browse files
committed
Release 3.13.0.
1 parent 0569915 commit c99eec5

File tree

4 files changed

+23
-15
lines changed

4 files changed

+23
-15
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release History
22

3+
### 3.13.0 (2026-01-16)
4+
5+
#### Other Changes
6+
7+
- Add OpenTelemetry global detection to the agent.
8+
- Add functionality for the TelemetryClient to not use global providers.
9+
- Resolve vulnerabilities in dependencies.
10+
311
### 3.12.1 (2025-11-10)
412

513
#### Other Changes

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Microsoft Application Insights Team",
44
"license": "MIT",
55
"bugs": "https://github.com/microsoft/ApplicationInsights-node.js/issues",
6-
"version": "3.12.1",
6+
"version": "3.13.0",
77
"description": "Microsoft Application Insights module for Node.js",
88
"repository": {
99
"type": "git",
@@ -68,8 +68,8 @@
6868
"@azure/functions": "^4.6.0",
6969
"@azure/functions-old": "npm:@azure/[email protected]",
7070
"@azure/identity": "^4.6.0",
71-
"@azure/monitor-opentelemetry": "^1.14.2",
72-
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.36",
71+
"@azure/monitor-opentelemetry": "^1.15.0",
72+
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.37",
7373
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.7",
7474
"@opentelemetry/api": "^1.9.0",
7575
"@opentelemetry/api-logs": "^0.208.0",

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { MetricReader } from "@opentelemetry/sdk-metrics";
1010
import { OTLPExporterNodeConfigBase } from "@opentelemetry/otlp-exporter-base";
1111

1212

13-
export const APPLICATION_INSIGHTS_OPENTELEMETRY_VERSION = "3.12.1";
13+
export const APPLICATION_INSIGHTS_OPENTELEMETRY_VERSION = "3.13.0";
1414
export const DEFAULT_ROLE_NAME = "Web";
1515
export const AZURE_MONITOR_STATSBEAT_FEATURES = "AZURE_MONITOR_STATSBEAT_FEATURES";
1616

0 commit comments

Comments
 (0)