You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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