Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Updated Datadog.Trace.Bundle from 3.26.3 to 3.29.0.

Release notes

Sourced from Datadog.Trace.Bundle's releases.

3.29.0

Summary

Changes

Tracer

  • Rebuild MutableSettings on dynamic config changes (#​7525)
  • Move DefaultServiceName to MutableSettings (#​7530)
  • Simplify PerTraceSettings.GetServiceName() (#​7532)
  • [PDB] Handle exception during opening a pdb file (#​7573)

CI Visibility

  • [TestOptimization] Catch IOException on the Git folder discovery (#​7658)

Continuous Profiler

  • [crashtracker/profiler] Notify profiler the application is crashing (#​7657)

Debugger

  • [Dynamic Instrumentation] DEBUG-3695 Return correct RC apply details (#​6890)
  • [Dynamic Instrumentation] Skip some debugger tests on .NET 8 or greater (#​7631)
  • Minor fix in DynamicConfigurationManager update process (#​7664)
  • [Dynamic Instrumentation] DEBUG 3794 Stabilize snapshot enumerable serializing (#​6910)
  • [Dynamic Instrumentation] DEBUG-3959 Guard against undefined value expression (#​7008)
  • [Debugger Default-On] DEBUG-4341 Forward snapshots to debugger intake (#​7388)
  • [Dynamic Instrumentation] Ensure DI metric probe does not send automatic telemetry (#​7621)
  • [Dynamic Instrumentation] Remove reference types value property from snapshot (#​7635)

Serverless

  • [Azure Functions] Add aas.site.kind tag to agentless logs (#​7623)
  • [Azure Functions] Skip instrumenting orchestrator functions (#​7640)

Miscellaneous

  • [OTEL] Metrics API Support - Metrics Reader & OTLP Exporter (#​7514)
  • [internal docs] Add CI troubleshooting documentation (#​7634)
  • [OTEL] Moves OTelMetrics Under OpenTelemetry.Metrics (#​7638)
  • Minor refactor and added tests for DynamicConfigurationManager (#​7652)
  • [OTEL] Vendoring OtlpGrpcExportClient And Enabling OTLP Metrics gRPC Tests (#​7666)
  • [Code Origin] Add debug logs to code origin for entry span (#​7612)
  • [Code Origin] Performance: Add Assembly Filter Caching for Code Origin (#​7667)
  • Small OpenTelemetry Metrics fixes and optimizations (#​7632)

Build / Test

  • Optimize AGENTS.md with contextual load guidance (#​7625)
  • Bump timeit to v0.4.6 (#​7647)
  • Improve and simplify the microbenchmarks CI setup (#​7613)
  • Capture Exception when sending metrics (#​7614)
    ... (truncated)

3.28.0

Summary

  • [Tracer] Add Azure Service Bus instrumentation (#​7413)
  • [Tracer] add OTEL quartz autoinstrumentation (#​7192)
  • [Tracer] Add Azure Service Bus batching support (#​7553)
  • [Test Optimization] Failed Test Replay (#​7102)
  • [AAP] Enable by default API Security Endpoints collection when appsec enabled (#​7569)
  • [Tracer] Fix for sending duplicate logs when using Agentless Logging in Azure Function host (#​7383)
  • [Code Origin] Disable code origin for exit spans (#​7610)
  • [Profiler] Make timer_create-based CPU profiler default (#​7578)

Changes

Tracer

  • No longer forgive spans.Array from being null (#​6878)
  • Update Datadog.Sketches vendored code (#​7299)
  • [Debugger Default-On] DEBUG-3322 Debugger in-product enablement (#​7366)
  • Extract MutableSettings from TracerSettings (#​7522)
  • Protect against UriFormatException (#​7550)
  • Update the ProfilerSettings enablement to ignore SSI (#​7557)
  • [DI-EL] Add debug log in case evaluation result is null and it shouldn't be null (#​7558)
  • [SymbDB] Ignore canceled exception (#​7572)
  • [ER]- Fix ER system tests (#​7576)

CI Visibility

  • [Test Optimization] Failed Test Replay (#​7102)
  • fix(ci): recycle stale ServicePoint connections (#​7593)

ASM

  • [AAP] Enable by default API Security Endpoints collection when appsec enabled (#​7569)

Continuous Profiler

  • [Profiler] Leverage new .NET 10 allocation sampling (#​6930)
  • [Profiler] Support Stable Config (#​7287)
  • Update profiler availability helper to assume Windows always sets the env var (#​7555)
  • [Profiler] Add Index to samples and build index vector for libdatadog (#​7559)
  • Revert "Revert "[Profiler] Make timer_create-based CPU profiler default (#​7322)"" (#​7578)

Debugger

  • [Debugger Default-On] DEBUG-4406 Support multi-config merging with priorities (#​7536)
  • [Debugger Default-On] Add debuger dynamic configurations keys (#​7595)
  • [Dynamic Instrumentation] Skip dynamic config test net8 (#​7608)
  • [Code Origin] Disable code origin for exit spans (#​7610)

Serverless

  • [Azure Functions] Add Nuke targets to build local nuget for testing (#​7537)

Fixes

  • Set "component" tag for ASP.NET (#​6010)
  • Fix for sending duplicate logs when using Agentless Logging in Azure Function host (#​7383)
    ... (truncated)

3.27.0

Summary

Various bug fixes and optimizations. Includes fix for Runtime Metrics that could be missing and more accurate telemetry reporting.

Changes

Tracer

  • Remove unused dynamic settings (#​7487)
  • Fix incorrect usages of TracerManager PerTraceSettings (#​7488)
  • Add additional compiler flags to allow required (#​7501)
  • Fix .NET 10 RC1 bugs (#​7506)
  • fix(telemetry): correct heartbeat interval calculation (#​7507)
  • Fix ManualInstrumentationConfigSource and introduce base type (#​7508)
  • Allow optimized creating of composite configuration source (#​7509)
  • Move partial flush settings from ExporterSettings to TracerSettings (#​7516)
  • fix: change Language value from '.NET' to 'dotnet' in trace headers (#​7523)
  • Hide problematic public APIs using [EditorBrowsable] (#​7531)
  • Add a Continuous Profiler availability check (#​7534)

ASM

  • [AAP] Update waf version to v1.28.0 (#​7494)
  • [AAP] Update waf to v1.28.1 (#​7524)
  • [AAP] Test endpoint collection with APM tracing disabled (#​7535)

Debugger

  • [Dynamic Instrumentation] Added native hot standby mode to support Remote Enablement and Stable Config (#​7441)
  • [Dynamic Instrumentation] Avoid async instrumentation if the type AsyncMethodDebuggerInvokerV2 does not exist (#​7513)

Serverless

  • [Azure Functions] bump Datadog.Serverless.Compat nuget package reference (#​7497)

Fixes

  • More cleanup in native loader code (#​7475)
  • Fix dependabot again by allowing private feed access (#​7480)
  • [Tracer] Updating Statsd in RuntimeEventListener (#​7512)

Miscellaneous

  • [OTEL] Metrics API Support - Configurations & Telemetry (#​7420)
    • This feature is incomplete and still in development
  • Simplify Windows benchmarks credential setup (#​7498)
  • Allow passing fallback values to IntegrationSettingsCollection (#​7510)
  • Add AGENTS.md file (#​7539)

Build / Test

  • Timeout error installer_smoke_tests (#​7468)
  • Attempt to improve Kafka timeout flake in tests (#​7474)
  • Try fixing ASAN job crashes (#​7476)
  • Update Windows macrobenchmark tooling (#​7481)
  • Update Windows microbenchmark tooling (#​7482)
  • [Hands-off config] add integration test (#​7483)
    ... (truncated)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Datadog.Trace.Bundle from 3.26.3 to 3.29.0

---
updated-dependencies:
- dependency-name: Datadog.Trace.Bundle
  dependency-version: 3.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Nov 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2025 07:19
@dependabot dependabot bot added the .NET Pull requests that update .NET code label Nov 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2025

Superseded by #102.

@dependabot dependabot bot closed this Nov 1, 2025
@dependabot dependabot bot deleted the dependabot/nuget/cloud-run-functions/dotnet/dotnet-dependencies-02b13a229e branch November 1, 2025 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant