Bug Fixes
- CI Visibility:
- This fix resolves an issue where using Test Optimization together with external retry plugins such as
flaky
orpytest-rerunfailures
would cause the test results not to be reported correctly to Datadog. With this change, those plugins can be used with ddtrace, and test results will be reported to Datadog, but Test Optimization advanced features such as Early Flake Detection and Auto Test Retries will not be available when such plugins are used. - This fix resolves an issue where test retry numbers were not reported correctly when tests were run with
pytest-xdist
.
- This fix resolves an issue where using Test Optimization together with external retry plugins such as
- LLM Observability:
- Fixes an issue where LangGraph span links for execution flows were broken for
langgraph>=0.3.22
.
- Fixes an issue where LangGraph span links for execution flows were broken for