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
TracerSettingsclass andTracer.Settingsproperty) - new:
app.config/web.configfile - new: JSON file
- allow users to set a trace's sampling priority (#284)
Integrations
- new:
StackExchange.Redis.StrongNamesupport (#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)