New
- Add opt-in integration for
SocketsHttpHandler(#695, #709). This can be enabled by settingDD_HttpSocketsHandler_ENABLED=true - Add opt-in CLR Profiler environment variable
DD_TRACE_DOMAIN_NEUTRAL_INSTRUMENTATIONto override the default instrumentation (#690). Note: Only enable this if you are sure that all of your IIS Application Pools have at most one application in them. Otherwise, your applications may experience errorHRESULT 0x80131401
Fixes
- Fix application crash for 32-bit .NET Framework processes using
DbCommand.xxxAsyncautomatic instrumentation (#702)
Performance Overhead
- Replace
MsgPacklibrary withMessagePack(#696)