Skip to content

1.14.0

Compare
Choose a tag to compare
@gregkalapos gregkalapos released this 09 Feb 20:39
· 511 commits to main since this release
a04553c

Features

  • #1620 Span compression and dropping fast exit spans. New settings: ExitSpanMinDuration, SpanCompressionEnabled, SpanCompressionExactMatchMaxDuration, SpanCompressionSameKindMaxDuration (issues: #1329 and #1475)
  • #1611 NpgSql 6.x support (issue: #1602)
  • #1589 Capture transaction name on errors (issue: #1574)

Bug fixes

  • #1603 .NET 6 support with startup hook (issue: #1590)

Breaking changes

  • #1586 Change unknown service.name to align with other agents. In the very rare cases when the agent is not able to autoamtically detect the name of a service, or it's not manually set, it'll use the default service name unknown-dotnet-service. In prior versions this was just unknown. (issue: #1585)