Skip to content

Commit

Permalink
3.0.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonWeber committed Apr 23, 2024
1 parent bfc186b commit fc06c06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"author": "Microsoft Application Insights Team",
"license": "MIT",
"bugs": "https://github.com/microsoft/ApplicationInsights-node.js/issues",
"version": "3.0.0",
"version": "3.0.1",
"description": "Microsoft Application Insights module for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Expand Up @@ -7,7 +7,7 @@ import { InstrumentationConfig } from "@opentelemetry/instrumentation";
import { OTLPExporterNodeConfigBase } from "@opentelemetry/otlp-exporter-base";


export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.3.0";
export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.4.0";
export const DEFAULT_ROLE_NAME = "Web";
process.env["AZURE_MONITOR_DISTRO_VERSION"] = AZURE_MONITOR_OPENTELEMETRY_VERSION;

Expand Down
2 changes: 1 addition & 1 deletion test/performanceTests/package.json
Expand Up @@ -13,7 +13,7 @@
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/api-logs": "^0.49.1",
"@opentelemetry/sdk-logs": "^0.49.1",
"applicationinsights": "^3.0.0",
"applicationinsights": "^3.0.1",
"dotenv": "^16.4.5",
"tslib": "^2.6.2"
},
Expand Down

0 comments on commit fc06c06

Please sign in to comment.