Skip to content

Releases: getsentry/sentry-cocoa

3.8.3

04 Oct 12:34
Compare
Choose a tag to compare
  • Fixed an issue where a crash and the actual event diverge in release version/ dist #218

3.8.2

29 Sep 07:20
Compare
Choose a tag to compare

3.8.1

21 Sep 07:23
Compare
Choose a tag to compare
  • Fixed failing test

3.8.0

21 Sep 07:12
Compare
Choose a tag to compare
  • Make KSCrash default CocoaPod subspec
  • macOS: Call super exception handler when crash happens
  • Added sampleRate parameter to configure the likelihood of sending an event [0.0-1.0]

3.7.1

04 Sep 10:23
Compare
Choose a tag to compare
  • Fixes a bug where stack trace is nil when snapshotting stacktrace

3.7.0

01 Sep 07:14
Compare
Choose a tag to compare
  • Bump KSCrash to 1.15.12
  • Add SentryCrashExceptionApplication for macOS uncaught exception handling

3.6.1

28 Aug 09:11
Compare
Choose a tag to compare
  • Add storeEvent function, mainly used for react-native

3.6.0

23 Aug 22:47
Compare
Choose a tag to compare
  • Fixed a bug in crash Thread detection which caused the Sentry web interface to sometimes show the wrong culprit

3.5.0

23 Aug 22:46
Compare
Choose a tag to compare
  • Fixed #200 Make userId optional of SentryUser
  • Fixed #198

3.4.3

11 Aug 13:31
Compare
Choose a tag to compare
  • Initialize extra and tags in private instead of setter in Client init