Skip to content

Releases: getsentry/sentry-cocoa

1.4.4

19 Jan 09:50
Compare
Choose a tag to compare
  • Removed SentryClient.shared?.enableThreadNames because KSCrash changed the mechanism on how threadnames are fetched. They will show up in sentry if available.
  • Now sending build number with every event.

1.4.3

10 Jan 12:15
Compare
Choose a tag to compare
  • Fixed an issue where properties of an event will be overwritten before sending
  • Added SentryClient.shared?.enableThreadNames variable which can be set to true in order to retrieve the thread names when a crash happens. Enable this on you own risk this could deadlock you app therefore its not yet officially documented.

1.4.2

05 Jan 10:41
Compare
Choose a tag to compare
  • Fixed Xcode 7 support

1.4.1

04 Jan 09:07
Compare
Choose a tag to compare
  • enable searchThreadNames to display thread names in sentry

1.4.0

29 Dec 15:30
Compare
Choose a tag to compare
  • Update KSCrash to 1.13.x

Warning

  • Added namespace for Objc
    e.g.: User -> SentryUser but Xcode should suggest the new class names ... Swift code does not change

1.3.4

23 Dec 11:43
Compare
Choose a tag to compare
  • Store events now in Library/Caches instead of Documents folder

1.3.3

22 Dec 15:29
Compare
Choose a tag to compare
  • Add RequestManager for improved handling on many requests

1.3.2

20 Dec 13:52
Compare
Choose a tag to compare
  • Reuse URLSession when sending events
  • Optimize BreadcrumbStore

1.3.1

19 Dec 12:04
Compare
Choose a tag to compare
  • Default log level .Error
  • Don't strip filepath from frames
  • Add reportReactNativeFatalCrash

1.3.0

12 Dec 14:10
Compare
Choose a tag to compare