Skip to content

2.2.2

Compare
Choose a tag to compare
@nachoBonafonte nachoBonafonte released this 13 Feb 11:12
· 176 commits to main since this release

Bug fixes

  • Fixes potential thread race condition in underlying opentelemetry-swift library.
  • In some situations when a test crashed and ITR was enabled, session and module could be reported twice with different values
  • Branch name was not being properly readed from .git folder when not using environment variables

Improvements

  • Improve library loading time by running more initialising code in background threads, and improvements in processing symbol files (used to report test source location and CodeOwners)
  • Avoid auto-injecting XCTest environment variables in UITesting target application, it can confuse other tools dependant on the same environment variables.
  • macOS test targets use Mach signal crash handling instead of BSD signal, it should help recovering crashes at loading time.
  • Print library status messages also when running with OS_ACTIVITY_MODE=disable

Changes

  • It uses opentelemetry-swift 1.4.0