Previously the scope was the http client span, which could result in deep nesting. Now it is the parent span. Before [——————Parent—————] [ ^ ———Client—————] [ ^—Child—] Now: [——————Parent—————] [ ^ —Client—] [ ^—Child—] Also improve the tests. |
||
---|---|---|
.. | ||
src | ||
testing.gradle |