Skip to content

2.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jun 13:06
· 8 commits to develop since this release
1192d7f

[2.3.1] - 2026-06-15

Fixed

  • Fixed and timing spans incorrectly emitting with the destination screen name instead of the actual previous screen name. #662
  • Fixed automated screen tracking incorrectly firing for internal UIKit controllers and . #667
  • Fixed spans incorrectly emitting with the value on the first navigation event. The attribute is now omitted when no previous screen has been shown. #661
  • Fixed the SwiftUI View modifier API ambiguity. #676

Changed

  • HTTP client spans now emit the OpenTelemetry attribute instead of the deprecated key. The attribute is omitted when the negotiated protocol version cannot be determined from response headers. #656