Skip to content

v0.1.7

Choose a tag to compare

@chrismeyersfsu chrismeyersfsu released this 05 Apr 19:12
· 4 commits to main since this release
d07a15b

What's Changed

  • Add test.name span attribute from X-Test-Name request header

When pytest integration tests inject an X-Test-Name header on outgoing HTTP requests, Django services instrumented with setup_tracing() will now stamp that value as a test.name attribute on every span. Traces in Datadog become filterable and groupable by the originating test.