Skip to content

1.0.0

Choose a tag to compare

@lucaspimentel lucaspimentel released this 05 Apr 02:58
· 5999 commits to master since this release
9c463f8

Please read our documentation for instructions on setting up .NET tracing and details about supported frameworks.

Changes since 0.8.2-beta:

Core

  • new configuration system to set Tracer settings (#289, #297, #306)
    • environment variables keep working as before
    • new: code (see TracerSettings class and Tracer.Settings property)
    • new: app.config/web.config file
    • new: JSON file
  • allow users to set a trace's sampling priority (#284)

Integrations

  • new: StackExchange.Redis.StrongName support (#286)
  • fix distributed tracing support in ASP.NET Core MVC integration (#303, #304)
  • update older integrations to use patterns used in newer patterns (dispose scope, exception filters, logging) (#298)

Tests and sample apps

  • fix building the Web Forms sample with msbuild (#280)
  • try to reduce port conflict in mock tracer to avoid flaky tests (#300)