Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Releases: bitrise-io/trace-cocoa-sdk

1.7.39

01 Sep 11:05
5dace83
Compare
Choose a tag to compare

Last version which is built on Xcode 12.5 and 11.7 stack

Fixes

  • Resolved crash on Trace step when SDK cannot find DB model due to outdated @objc() syntax.

1.7.37

19 Aug 13:15
b088d19
Compare
Choose a tag to compare

Last version which is built on Xcode 12.5 and 11.7 stack

Changes

  • Added backoff feature to metric/trace network requests to avoid the SDK sending too many requests if it isn't required
  • Improved leeway in background queues
  • Added metric validation for all sent payloads and logged all results to the console logs

Fixes

  • Fix dSYM uploads for Japanese encoding

1.7.36

08 Jul 14:34
78964f1
Compare
Choose a tag to compare

Fixes

  • Synced KSCrash crash reporting to use the latest commit on master branch. Fixes minor build issues on newer versions of Xcode 12.
  • Change app memory metric from double to int to align with Android. This change does not cause any issues with existing data.
  • Added distribution method, environment detail and app configuration mode values to the Resource model on all Metric/Trace requests to help with debugging.

1.7.35

11 Jun 14:39
35efa68
Compare
Choose a tag to compare

Changes

  • Disabled Coredata disk usage when the target has been set to simulator
  • Fallback when didBecomeActive notification has not been fired using UIScene notifications. Useful for SwiftUI only targets
  • Removed didFinishLaunching notification as it's not used within the SDK logic
  • Small tweaks to persistence layer when under test conditions

Fixes

  • Format timestamp's with %0.9f to get better accuracy for Traces. i.e network, view and errors

1.7.34

27 May 14:30
d05844e
Compare
Choose a tag to compare

Changes

  • Improved logging for override, load and swizzled methods

Fixes

  • Fix abseil link issue

1.7.33

11 May 15:49
7f23379
Compare
Choose a tag to compare

Official support for Xcode 12.5 and Swift 5.4 use the previous version for older versions of Xcode.

Changes

  • Improved console logs for key events to help with debugging
  • Performance improvement when observing error's
  • Few minor changes to get watchOS to successfully build [WIP]

1.7.32

20 Apr 09:51
27f9a76
Compare
Choose a tag to compare

Fixes

  • Restored Xcode 12.4 support

1.7.31

20 Apr 09:35
9d02076
Compare
Choose a tag to compare

Fixes

  • Restored Xcode 12.4 support

1.7.30

20 Apr 09:19
5ade769
Compare
Choose a tag to compare

Changes

  • Added end date to span description
  • Fallback when the thread name is empty

Fixes

  • Get thread count on a per-thread basis
  • Avoid memory leaks when accessing CPU data

1.7.29

13 Apr 16:18
d297cfc
Compare
Choose a tag to compare

Changes

  • Added end date to span description
  • Fallback when the thread name is empty

Fixes

  • Get thread count on a per-thread basis
  • Avoid memory leaks when accessing CPU data