dd-trace-dotnet
dd-trace-dotnet copied to clipboard
.NET Client Library for Datadog APM
## Summary of changes Adding the ability to add probes on async methods for all supported .NET runtimes (on both Windows and Linux). ## Reason for change The .NET Live...
## Summary of changes Add support for Support Remote Configuration management
## Summary of changes - Replace the deprecated `ubuntu-18.04` hosted runners with `ubuntu-20.04` - Tidy up the serverless build by not building when it's not required - Reduce the size...
## Summary of changes In this PR, we start tracking a traces sampling _mechanism_ (new) in addition to the sampling priority. The sampling mechanism indicates how a sampling decision was...
## Summary of changes Fixed various snapshot serialization issues that resulted in failure of producing snapshots. ## Test coverage Added a test `MultidimensionalArrayTest` that reproduced an issue seen in a...
## Summary of changes Pushing away on the agent writer serializers threads the resolution of http.url tag, which implies obfuscation and some overload ## Reason for change Offloads the obfuscation's...
## Summary of changes Deletes the `SyncMsiContent` helper and corresponding `UpdateMsiContents` task ## Reason for change As far as I can tell, `SyncMsiContent` hasn't been right since we introduced the...
## Summary of changes Obfuscate ids that contain `,` (`123,123`) in the same way that normal integer ids are obfuscated. Additionally, adds obfuscation to the `WcfCommon.cs` for its `LocalPath` into...
## Summary of changes ## Reason for change ## Implementation details ## Test coverage ## Other details
## Summary of changes Updating rabbitMQ sample as it was still showing a version without propagation ## Reason for change Wan asked for a sample in an escalation, I realized...