diff --git a/releasenotes/notes/fix-pytest-inferred-service-naming-5ba12e991d040a1b.yaml b/releasenotes/notes/fix-pytest-inferred-service-naming-5ba12e991d040a1b.yaml new file mode 100644 index 00000000000..2f440c5175e --- /dev/null +++ b/releasenotes/notes/fix-pytest-inferred-service-naming-5ba12e991d040a1b.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Updates the inferred base service name algorithm to ensure that arguments following ``--ddtrace`` are no + longer skipped when executing tests with pytest. Previously, the algorithm misinterpreted these arguments + as standard flags, overlooking possible test paths that may contribute to the inferred service name.