dd-trace-dotnet icon indicating copy to clipboard operation
dd-trace-dotnet copied to clipboard

.NET Client Library for Datadog APM

Results 561 dd-trace-dotnet issues
Sort by recently updated
recently updated
newest added

## 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

area:debugger

## 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...

area:builds

## 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...

area:tracer
type:new-feature

## 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...

area:debugger

## 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...

area:asm

## 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...

area:builds

## 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...

area:tracer
area:integrations

## 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...