Skip to content

Releases: hangy/NLog.Targets.ApplicationInsights

v1.2.0-beta.7

01 Jan 23:26

Choose a tag to compare

v1.2.0-beta.7 Pre-release
Pre-release

1.2.0-beta.7 (2026-01-01)

Bug Fixes

  • Property collision handling: ensure event properties take precedence over context properties (#75) (211f262)

Features

  • Serialize complex properties as JSON in Application Insights custom dimensions (#76) (4894621)

v1.2.0

23 Mar 09:50

Choose a tag to compare

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 ParentId to SpanId (914afd5)

Features

  • Support passing the current System.Diagnostics.Activity.Current to 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

22 Mar 20:22

Choose a tag to compare

v1.2.0-beta.6 Pre-release
Pre-release

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

20 Mar 19:27

Choose a tag to compare

v1.2.0-beta.5 Pre-release
Pre-release

1.2.0-beta.5 (2025-03-20)

Bug Fixes

  • Don't report SpanId or TraceId if they're empty (all zeroes) for some reason. (13282ac), closes #55

v1.2.0-beta.4

19 Mar 23:53

Choose a tag to compare

v1.2.0-beta.4 Pre-release
Pre-release

1.2.0-beta.4 (2025-03-19)

Features

  • Use NLog.Layouts.Layout<T> to capture TraceId and SpanId (#53) (66edeb7), closes #52

v1.2.0-beta.3

19 Mar 22:37

Choose a tag to compare

v1.2.0-beta.2

19 Mar 12:24

Choose a tag to compare

v1.2.0-beta.2 Pre-release
Pre-release

1.2.0-beta.2 (2025-03-19)

Bug Fixes

v1.2.0-beta.1

19 Mar 00:08

Choose a tag to compare

v1.2.0-beta.1 Pre-release
Pre-release

1.2.0-beta.1 (2025-03-19)

Features

  • Support passing the current System.Diagnostics.Activity.Current to Application Insights (#50) (175bd31)

v1.1.0

18 Mar 10:44

Choose a tag to compare

1.1.0 (2025-03-18)

Bug Fixes

Features

  • request async flush instead of blocking flush (#48) (0e5ef14)

v1.1.0-beta.2

18 Mar 10:00

Choose a tag to compare

v1.1.0-beta.2 Pre-release
Pre-release

1.1.0-beta.2 (2025-03-18)

Bug Fixes