From 5a31d5e0f24d1994fba5d68cd8e7799cd0778a1d Mon Sep 17 00:00:00 2001 From: Jackson Weber Date: Wed, 2 Jul 2025 09:41:36 -0700 Subject: [PATCH 1/2] 3.7.1 release. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1cd5629e7..c5f2cbd24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "applicationinsights", - "version": "3.7.0", + "version": "3.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "applicationinsights", - "version": "3.7.0", + "version": "3.7.1", "license": "MIT", "dependencies": { "@azure/core-auth": "^1.3.0", diff --git a/package.json b/package.json index 0f2f539f3..0edce7662 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "Microsoft Application Insights Team", "license": "MIT", "bugs": "https://github.com/microsoft/ApplicationInsights-node.js/issues", - "version": "3.7.0", + "version": "3.7.1", "description": "Microsoft Application Insights module for Node.js", "repository": { "type": "git", From 1fa0ed89c66b8a9419f4c8c3773914239c92ac35 Mon Sep 17 00:00:00 2001 From: Jackson Weber Date: Thu, 3 Jul 2025 18:53:27 -0700 Subject: [PATCH 2/2] Update types.ts --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 8e3267ee4..a1c8f030c 100644 --- a/src/types.ts +++ b/src/types.ts @@ -7,7 +7,7 @@ import { InstrumentationConfig } from "@opentelemetry/instrumentation"; import { OTLPExporterNodeConfigBase } from "@opentelemetry/otlp-exporter-base"; -export const APPLICATION_INSIGHTS_OPENTELEMETRY_VERSION = "3.6.0"; +export const APPLICATION_INSIGHTS_OPENTELEMETRY_VERSION = "3.7.1"; export const DEFAULT_ROLE_NAME = "Web"; export const AZURE_MONITOR_STATSBEAT_FEATURES = "AZURE_MONITOR_STATSBEAT_FEATURES";