[dotnet] update dotnet capabilities for DI#4991
Merged
dudikeleti merged 2 commits intomainfrom Sep 30, 2025
Merged
Conversation
dudikeleti
added a commit
to DataDog/dd-trace-dotnet
that referenced
this pull request
Sep 29, 2025
## Summary of changes This PR adds remote enablement support for debugger products. depends on #7441 ## Reason for change Currently, the only option to enable DI (for example) is by setting an environment variable. We want to give customers the ability to enable products on demand. ## Implementation details Gets RC events with new configuration and update the products based on defined rules. ## Test coverage All existing tests New system tests (DataDog/system-tests#4991) DebuggerManagerTests DebuggerManagerDynamicTests --------- Co-authored-by: Andrew Lock <andrew.lock@datadoghq.com>
22ea5eb to
c66e490
Compare
anna-git
approved these changes
Sep 30, 2025
chagui
pushed a commit
that referenced
this pull request
Oct 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
The dotnet tracer adds new RC capabilities for remote enabling DI products. This PR add those capabilies to the dotnet
DEFAULT_SUPPORTED_CAPABILITIES_BY_LANGChanges
Capabilities.APM_TRACING_ENABLE_DYNAMIC_INSTRUMENTATION, Capabilities.APM_TRACING_ENABLE_EXCEPTION_REPLAY, Capabilities.APM_TRACING_ENABLE_CODE_ORIGIN, Capabilities.APM_TRACING_ENABLE_LIVE_DEBUGGING,Workflow
🚀 Once your PR is reviewed and the CI green, you can merge it!
🛟 #apm-shared-testing 🛟
Reviewer checklist
[<language>], double-check that only<language>is impacted by the changebuild-XXX-imagelabel is present