Skip to content

2.2.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@nachoBonafonte nachoBonafonte released this 13 Oct 09:06
· 274 commits to main since this release

New Features

  • Intelligent Test Runner. In order to enable it you must enable Code coverage (for your targets at least). and you must also set DD_APPLICATION_KEY environment variable in addition to DD_API_KEY in your project settings. You can create an Application key here. You may need also to enroll in the private beta.
  • Sanitizers errors are now reported with the same information shown at Xcode (some of them can also produce a crash in the test that reproduced them). These errors are reported at the module level.

Bug fixes

  • Branch name could fail to be read from .git folder when CI environment variables are not set
  • Some libraries were not being symbolicated in the crash reports.

Improvements

  • Improved error messages when running with debug settings (DD_TRACE_DEBUG = 1)
  • Reduce loading time for the library by initializing in parallel

Changes

  • It uses opentelemetry-swift 1.1.7 and Xcode 14 for building