From 9defa742b9dfdaae3bf1a4f40d81064fe25e425b Mon Sep 17 00:00:00 2001 From: Jackson Weber Date: Fri, 25 Jul 2025 13:59:13 -0700 Subject: [PATCH] Update version to 3.8.0. --- package-lock.json | 4 ++-- package.json | 2 +- src/types.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 742823ca0..b34984993 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "applicationinsights", - "version": "3.7.1", + "version": "3.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "applicationinsights", - "version": "3.7.1", + "version": "3.8.0", "license": "MIT", "dependencies": { "@azure/core-auth": "^1.3.0", diff --git a/package.json b/package.json index 736d56dc2..4d4d42baf 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.1", + "version": "3.8.0", "description": "Microsoft Application Insights module for Node.js", "repository": { "type": "git", diff --git a/src/types.ts b/src/types.ts index a1c8f030c..2e5ec8315 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.7.1"; +export const APPLICATION_INSIGHTS_OPENTELEMETRY_VERSION = "3.8.0"; export const DEFAULT_ROLE_NAME = "Web"; export const AZURE_MONITOR_STATSBEAT_FEATURES = "AZURE_MONITOR_STATSBEAT_FEATURES";