Skip to content

v1.16.0

Compare
Choose a tag to compare
@gregkalapos gregkalapos released this 02 Jun 20:47
· 469 commits to main since this release

Features

  • #1726 Automatic capturing of incoming HTTP Requests on ASP.NET Core with the Profiler based agent (issue: #1610).

Bug fixes

  • #1725 By disabling system.cpu.total.norm.pct, the agent won't create any instance of the PerformanceCounter type (enables workaround for issue: #1724)
  • #1723]Transaction names for incoming HTTP requests returning 404 but matching a valid route, will include the URL path instead of using unknown route (issue: #1715).