Releases: hangy/NLog.Targets.ApplicationInsights
Releases · hangy/NLog.Targets.ApplicationInsights
v1.2.0-beta.7
1.2.0-beta.7 (2026-01-01)
Bug Fixes
- Property collision handling: ensure event properties take precedence over context properties (#75) (211f262)
Features
v1.2.0
1.2.0 (2025-03-23)
Bug Fixes
- Don't report SpanId or TraceId if they're empty (all zeroes) for some reason. (13282ac), closes #55
- Run unit tests in dotnet pipe (#51) (a81cd34)
- Set
ParentIdtoSpanId(914afd5)
Features
- Support passing the current
System.Diagnostics.Activity.Currentto Application Insights (#50) (175bd31) - Use
NLog.Layouts.Layout<T>to capture TraceId and SpanId (#53) (66edeb7), closes #52
Performance Improvements
- Refactor TraceId and SpanId retrieval to use dedicated methods for improved clarity and handling of empty values (0e97856)
v1.2.0-beta.6
1.2.0-beta.6 (2025-03-22)
Performance Improvements
- Refactor TraceId and SpanId retrieval to use dedicated methods for improved clarity and handling of empty values (0e97856)
v1.2.0-beta.5
1.2.0-beta.5 (2025-03-20)
Bug Fixes
v1.2.0-beta.4
1.2.0-beta.4 (2025-03-19)
Features
v1.2.0-beta.3
v1.2.0-beta.2
v1.2.0-beta.1
1.2.0-beta.1 (2025-03-19)
Features
v1.1.0
v1.1.0-beta.2
1.1.0-beta.2 (2025-03-18)
Bug Fixes
- Remove redundant
ContextPropertiesproperty (2b75da1), closes hangy/NLog.Targets.ApplicationInsights#49