You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These were activated by easy win script but some will be marked as bug
Moreover, IAST flags the payload in make_distant_call and makes a force keeps which would break the test in python, dotnet, Java and PHP. Action: move the impacted test to the sampling scenario, and restrict the a SamplingTest to its own spans (because the moved test involve manual keep)
Summary
disable the .NET parametric and end-to-end OTel tracestate sampling suites
run every end-to-end OTel tracestate test in SAMPLING instead of DEFAULT
disable AppSec and IAST in the SAMPLING scenario
remove only the OTel tracestate activations introduced by the automated easy-win PR
All .NET declarations retain the APMAPI-2171 missing-feature marker.
Tried to use decision maker (checking manual keep), but dd-trace-dotnet does not emit it for the root span so I fall back on limiting the scope to the spans emitted for the test.
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
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.
These were activated by easy win script but some will be marked as bug
Moreover, IAST flags the payload in
make_distant_calland makes a force keeps which would break the test in python, dotnet, Java and PHP. Action: move the impacted test to the sampling scenario, and restrict the a SamplingTest to its own spans (because the moved test involve manual keep)Summary
All .NET declarations retain the APMAPI-2171 missing-feature marker.