You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently async test cases can only be implemented by attaching a separate http header but this is non-trivial to do in some languages (java, .net)
An alternative to the http header would be to have a special test token span tag that the test agent looks for to associate traces to test cases. (eg. DD_TAGS=_testagent_token: test.class.test_method)
The text was updated successfully, but these errors were encountered:
Currently async test cases can only be implemented by attaching a separate http header but this is non-trivial to do in some languages (java, .net)
An alternative to the http header would be to have a special test token span tag that the test agent looks for to associate traces to test cases. (eg.
DD_TAGS=_testagent_token: test.class.test_method
)The text was updated successfully, but these errors were encountered: