Skip to content

Commit df1a755

Browse files
authored
Release application insights 3.9.0. (#1455)
1 parent d53fc96 commit df1a755

File tree

3 files changed

+32
-94
lines changed

3 files changed

+32
-94
lines changed

package-lock.json

Lines changed: 28 additions & 90 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.8.0",
6+
"version": "3.9.0",
77
"description": "Microsoft Application Insights module for Node.js",
88
"repository": {
99
"type": "git",
@@ -70,8 +70,8 @@
7070
"@azure/functions": "^4.6.0",
7171
"@azure/functions-old": "npm:@azure/functions@3.5.1",
7272
"@azure/identity": "^4.6.0",
73-
"@azure/monitor-opentelemetry": "^1.11.1",
74-
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.32",
73+
"@azure/monitor-opentelemetry": "^1.12.0",
74+
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.33",
7575
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.7",
7676
"@opentelemetry/api": "^1.9.0",
7777
"@opentelemetry/api-logs": "^0.202.0",

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { InstrumentationConfig } from "@opentelemetry/instrumentation";
77
import { OTLPExporterNodeConfigBase } from "@opentelemetry/otlp-exporter-base";
88

99

10-
export const APPLICATION_INSIGHTS_OPENTELEMETRY_VERSION = "3.8.0";
10+
export const APPLICATION_INSIGHTS_OPENTELEMETRY_VERSION = "3.9.0";
1111
export const DEFAULT_ROLE_NAME = "Web";
1212
export const AZURE_MONITOR_STATSBEAT_FEATURES = "AZURE_MONITOR_STATSBEAT_FEATURES";
1313

0 commit comments

Comments
 (0)