dd-trace-js
dd-trace-js copied to clipboard
Feature Request: Ava CI Instrumentation
+1 to this request! Until this instrumentation has been added I found a work around.
- Use tap reporting on the ava test command with the tap-junit reporter
- Upload the output junit xml to datadog.
This would look something like the example commands below:
ava --tap | yarn tap-junit --output test-resultsDATADOG_API_KEY=DATADOG_API_KEY DD_ENV=ci datadog-ci junit upload --service unit-tests test-results/tap.xml
thanks for the request @schmod and sorry for the late reply. We'll consider this request when prioritizing new framework support 😄