Skip to content

0.3.0

Compare
Choose a tag to compare
@nachoBonafonte nachoBonafonte released this 17 Nov 11:39

New Features

  • Added support for UITests, framework must be linked in both the test target and the application being tested. Configuration only needed in test action. It also supports reporting crashes in the app under tests.
  • Added new network auto-instrumentation, now auto instruments much more methods and network libraries.
  • Network auto instrumentation reports standard non-private request and response headers by default, redacting the rest. It can be configured to also log extra headers.
  • Network auto instrumentation can be configured to report also the first 512 bytes of request and response payloads, it is disabled by default. It can be enabled both by environment variable or in code using DDInstrumentationControl methods

Bug Fixes

  • Benchmark tests now reports under the metrics group in the Span, so values are now numeric.
  • Disabling Stdout capturing doesn't add one second extra time to each test.

Improvements

  • Replaced test.traits tag with test.bundle, which will show as a facet in a future release.
  • Added git.commit.sha tag that will replace git.commit_sha in the near future