NOTE: We identified an issue with automatic instrumentation in release 1.15.0. As a result, we removed the installers from this release, but we are leaving the release notes as reference. We recommend installing the latest release.
Performance
- Keep JIT optimizations on by default on Linux (#473). Optimizations were previously disabled by default on Linux to avoid a bug in the .NET Core runtime (see #302 for more details). If your .NET Core environment meets the following conditions, we strongly recommend setting the environment variable
DD_CLR_DISABLE_OPTIMIZATIONS=true- .NET Core on Linux
- Any .NET Core 2.0 version or .NET Core 2.1 version
<=2.1.11or .NET Core 2.2 version<=2.2.5
Documentation
- Add sample applications for setting up Automatic Trace ID Injection into application logs (#538)