Skip to content

Releases: getsentry/sentry-cocoa

3.0.5

07 Jun 10:12
Compare
Choose a tag to compare
  • Rename RSSwizzle to SentrySwizzle

3.0.4

06 Jun 11:44
Compare
Choose a tag to compare
  • Fix empty frames on specific crash

3.0.3

05 Jun 17:42
Compare
Choose a tag to compare
  • Fix carthage builds

Bundled KSCrash into Sentry. Note that this is just for Carthage, CocoaPods knows how to link 2 dynamic frameworks together.

3.0.2

03 Jun 10:52
Compare
Choose a tag to compare
  • Fix Sentry dynamic framework

3.0.1

02 Jun 12:17
Compare
Choose a tag to compare
  • Fix carthage build

3.0.0

02 Jun 09:58
Compare
Choose a tag to compare

This release is a rewrite of the existing codebase, sentry-cocoa now uses Objective-C instead of Swift.
Please make sure to check out the docs since this update introduced many breaking changes.
https://docs.sentry.io/clients/cocoa/

KSCrash is now optional, you can use Sentry without it, we still recommend using KSCrash by default otherwise Sentry will not catch any crashes.

2.1.11

19 May 13:35
Compare
Choose a tag to compare
  • Fix swift 3 async operation -> Operation never got removed from queue due using private vars instead of setter

2.1.10

12 May 18:17
Compare
Choose a tag to compare
  • Fixed release naming to bundleIdentifier-shortVersion

2.1.9

24 Apr 16:38
Compare
Choose a tag to compare
  • Add support for distributions in sentry
  • Make eventID var instead of let

2.1.8

11 Apr 19:27
Compare
Choose a tag to compare
  • Update KSCrash