Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Release History

### 3.13.0 (Unreleased)

#### Features Added

#### Bugs Fixed

#### Breaking Changes
### 3.12.1 (2025-11-10)

#### Other Changes

- Updated @azure/monitor-opentelemetry and @azure/monitor-opentelemetry-exporter.

### 3.12.0 (2025-09-29)

#### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Microsoft Application Insights Team",
"license": "MIT",
"bugs": "https://github.com/microsoft/ApplicationInsights-node.js/issues",
"version": "3.12.0",
Comment thread
JacksonWeber marked this conversation as resolved.
"version": "3.12.1",
"description": "Microsoft Application Insights module for Node.js",
"repository": {
"type": "git",
Comment thread
JacksonWeber marked this conversation as resolved.
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { InstrumentationConfig } from "@opentelemetry/instrumentation";
import { OTLPExporterNodeConfigBase } from "@opentelemetry/otlp-exporter-base";


export const APPLICATION_INSIGHTS_OPENTELEMETRY_VERSION = "3.12.0";
export const APPLICATION_INSIGHTS_OPENTELEMETRY_VERSION = "3.12.1";
export const DEFAULT_ROLE_NAME = "Web";
export const AZURE_MONITOR_STATSBEAT_FEATURES = "AZURE_MONITOR_STATSBEAT_FEATURES";

Expand Down
Loading