Skip to content

0.8.0

Choose a tag to compare

@nachoBonafonte nachoBonafonte released this 01 Jun 08:09
· 645 commits to main since this release

New Features

  • Test source location: it reports the source.file, source.start line, and source.end line in test tags.
  • Support for eu and gov endpoints, using DD_ENDPOINT
  • Report git information for non CI workflows, use environment none by default in those situations
  • Spans and logs originated during testing are identified now by the backend
  • Add execution.order and execution.processId to the test tags, when running tests in parallel this number is relative to the Test Class

Bug Fixes

  • Fixes a problem when reading git info from big .pack files or from a tag.
  • Symbolication for crashes could be incomplete in some situations.
  • Span Id was not correctly injected in the network headers, it was injecting the parent Id
  • Headers where not being properly injected when running UI Tests.
  • Some logs from UI tests could fail to appear
  • Changed environment variables for Circle CI (check documentation)

Improvements

  • Network instrumentation is now based on top of Opentelemetry network instrumentation
  • Symbolication of crashes is faster now (runs in parallel)
  • Don't try to read Git info for on device testing