Skip to content

Releases: microsoft/ApplicationInsights-node.js

2.7.2

14 Aug 22:35
9fbfe5f
Compare
Choose a tag to compare

#1185 Fix issue with older version of Node.js runtime

2.7.1

14 Aug 18:02
6cc6de2
Compare
Choose a tag to compare

#1179 Update dependencies with security vulnerabilities
#1162 Update azure/opentelemetry-instrumentation Dependency

3.0.0-beta.7

08 Aug 16:16
aaf0773
Compare
Choose a tag to compare
3.0.0-beta.7 Pre-release
Pre-release

Breaking changes
#1167 Consume @azure/monitor-opentelemetry
ApplicationInsightsClient and ApplicationInsightsConfig are now deprecated and TelemetryClient and ApplicationInsightsOptions should be used instead.

Features
#1159 Update default cloud role name and instance ID

#1163 Update dependencies

Bug Fixes
#1160 Fix issues with config merging overriding not specified values

3.0.0-beta.6

16 Jun 00:48
2700705
Compare
Choose a tag to compare
3.0.0-beta.6 Pre-release
Pre-release

Breaking changes
#1151 Add OTLP Trace and Metric Exporters

Features
#1141 Add other exporters example.
#1146 Read resource attributes from env.
#1159 Update default cloud role name and instance ID.
#1163 Update dependencies.

Bug Fixes
#1139 Add empty start to avoid build issues.
#1140 Fix issue with sdk version format.
#1160 Fix issues with config merging overriding unspecified values.

2.7.0

02 Jun 16:23
94e77dc
Compare
Choose a tag to compare

Features
#1153 Add support for APPLICATIONINSIGHTS_CONFIGURATION_CONTENT

Bug Fixes
#1155 Add Handling for Undefined Triggered Function Response

3.0.0-beta.5

06 May 19:45
a5ea0d1
Compare
Choose a tag to compare
3.0.0-beta.5 Pre-release
Pre-release

Breaking changes
#1133 Update beta APIs
#1138 Removing Native Metrics functionality

Features
#1129 Dependencies update
#1117 Add prefix to Agent

Bug Fixes
#1137 Align with SDK versions used by all telemetry

2.6.0

28 Apr 21:22
45e06c6
Compare
Choose a tag to compare

Features
#1125 Add Azure cloudRoleName and cloudRoleInstance in all telemetry
#1126 Add enableLoggerErrorToTrace config

Bug Fixes
#1131 Fix issue with older version of Node.js runtime
#1119 Fix Properties Serialization to be Consistent

3.0.0-beta.4

27 Mar 19:21
0bbe5aa
Compare
Choose a tag to compare
3.0.0-beta.4 Pre-release
Pre-release

Bug Fixes
#1114 Fix unhandled exception for LogHandler

2.5.1

27 Mar 19:21
b14cd2e
Compare
Choose a tag to compare

Bug Fixes
#1110 Add @azure/opentelemetry-instrumentation-azure-sdk dependency
#1112 Azure Functions should not try to propagate if CorrelationContextManager is disabled
#1109 Heartbeat Update

3.0.0-beta.3

10 Mar 22:19
cfc709e
Compare
Choose a tag to compare
3.0.0-beta.3 Pre-release
Pre-release

Breaking changes
#1099 Rename samplingRate to samplingRatio

Other changes
#1103 Updating Heartbeat
#1100 Add Log handler sampling
#1098 Change default logging level to warning
#1105 Add spanProccesor in TraceHandler