httpx/integration_tests
HoneyryderChuck 51a8b508ac fix: datadog not generating new span on retried requests
spans initiation gate wasn't being reset in the case of retries, which
reuse the same object; a redesign was done to ensure the span initiates
before really sending the request, is reused when the request object is
reset and reused, and when the error happens outside of the request
transaction, such as during name resolution.
2024-03-22 12:51:15 +00:00
..