dd-trace-dotnet
dd-trace-dotnet copied to clipboard
.NET Client Library for Datadog APM
## Summary of changes This is another try at making the `timer_create`-based CPU profiler the default one. (previous PR https://github.com/DataDog/dd-trace-dotnet/pull/6315) ## Reason for change We had to revert the previous...
## Summary of changes - Unify multiple similar workflows - Add an action that will suggest the changes on the PR ## Reason for change We're currently building the tracer...
We currently make use of auto-instrumentation via the activity compatibility (our code all uses ActivitySource everywhere) and we have a situation where we'd like to create a new root span...
### Tracer Version(s) 3.5 ### Operating system and platform Windows Server 2022 ### Instrumentation Mode automatic ### TFM .net framework 4.8 ### Bug Report Hello, we have an IIS application...
We set the build info part of the version ourselves to add additional information (e.g. via `-p:Version=1.2.3-alpha+build.42`) SourceLink will then turn it into `1.2.3-alpha+build.42.revisionFromSourceLink`. See the MSBuild target which adds...
We encountered a bug where datadog was appending trace information to SQS message attributes after we checked message size causing an error when message sizes were close to the 256...
### Tracer Version(s) 3.11.0 ### Operating system and platform Windows (x64) ### Instrumentation Mode Datadog.Trace.Bundle ### TFM net8 ### Bug Report Hi there, I am getting the following error "ITCompilationStarted:...
## Summary of changes `pr-status-updater/action.yml` is a newer one with some more configuration that is used for the [Scheduled Code Freeze](https://github.com/DataDog/dd-trace-dotnet/actions/workflows/scheduled_code_freeze.yml). ## Reason for change I based `pr-status-updater/action.yml` on `code-freeze/action.yml`...
Bumps [Azure.Messaging.ServiceBus](https://github.com/Azure/azure-sdk-for-net) from 7.17.5 to 7.18.3. Release notes Sourced from Azure.Messaging.ServiceBus's releases. Azure.Messaging.ServiceBus_7.18.3 7.18.3 (2025-01-17) Bugs Fixed Fixed an issue where identifier generation for senders did not correctly include the...
## Summary of changes This adds a `cosmosdb-emulator` to the `docker-compose.yml` so that we can run the tests on CI. ## Reason for change For each update to the CosmosDB...