Skip to content

Commit 17de6a1

Browse files
authored
Release 3.11.0 (#1471)
1 parent b4393ab commit 17de6a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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.10.0",
6+
"version": "3.11.0",
77
"description": "Microsoft Application Insights module for Node.js",
88
"repository": {
99
"type": "git",

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.10.0";
10+
export const APPLICATION_INSIGHTS_OPENTELEMETRY_VERSION = "3.11.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)