Skip to content

0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 15:37
· 1031 commits to main since this release
f82c493

Test suite level visibility

This release includes experimental manual API for test suite level visibility in Ruby.

Currently test suite level visibility is not used by our instrumentation: it will be released in v0.6.

Added

  • Test suite level visibility: add test session public API (#72)
  • Test suite level visibility: test module support (#76)
  • Test suite level visibility: test suites support (#77)
  • add YARD documentation (#82)
  • support validation errors for CI spans (#78)

Changed

  • Validate DD_SITE variable (#79)
  • Document how to use WebMock with datadog-ci (#80)

Fixed

  • Datadog::CI.trace_test always starts a new trace (#74)
  • Skip tracing when CI mode disabled and manual API is used (#75)

Removed

  • Deprecate operation name setting, change service_name to service in public API (#81)

Read the full changeset and the release milestone.