This version is a pre-release (Beta).
Please read our documentation for instructions on setting up .NET tracing and details about supported frameworks.
Changes since 0.7.0-beta:
Core:
- don't throw
SerializationExceptionwhen app creates anotherAppDomain(#255) - create directory for log file during msi installation (#258)
- try to create directory for log file if missing during profiler initialize on Windows (#254)
Integrations:
- avoid deadlocks when making async ADO.NET calls (#256)
Dev tools:
- added shared code style settings for Resharper and Rider (#251)
- add
CODEOWNERSfile so that @DataDog/apm-dotnet is automatically added as reviewer for all PRs