Skip to content

Releases: getsentry/sentry-cocoa

4.1.2

17 Jan 13:06
Compare
Choose a tag to compare
  • fix(react-native): Correctly label fingerprints for JS bridge. (#279)
  • Fix error for empty array creation (#278)
  • Fix NSInvalidArgumentException in SentryBreadcrumbStore (#272)

4.1.1

03 Dec 13:01
Compare
Choose a tag to compare
  • Add fingerprint support to JavaScript bridge
  • Fix internal variable naming conflict with KSCrash

4.1.0

01 Aug 14:49
Compare
Choose a tag to compare
  • Introduce maxEvents maxBreadcrumbs to increase the max count of offline stored assets

4.0.1

25 Jun 15:09
Compare
Choose a tag to compare
  • Fixes CocoaPods build to include C++ as a library #252

4.0.0

21 Jun 11:14
Compare
Choose a tag to compare
  • Moved KSCrash into Codebase while renaming it to SentryCrash.
    Removed KSCrash dep in Podspec.
    Still if you do not call startCrashHandlerWithError crash handlers will not be installed.

This should be safe to upgrade from 3.x.x, there are no code changes what so ever.
If you are using CocoaPods or Carthage an update should take care of everything, if you were using the source code directly, make sure to remove KSCrash if you were using it.

We recommend updating if you experience any KSCrash related crashes since we fixed bunch of stuff directly in our codebase now.

3.13.1

19 Jun 16:20
Compare
Choose a tag to compare
  • Updated KSCrash project to SKIP_INSTALL

3.13.0

06 Jun 08:54
Compare
Choose a tag to compare
  • Update docs to use public DSN
  • Don't emit nslog if loglevel is none
  • Send new mechanism
  • Add transaction of current uiviewcontroller

3.12.4

17 Apr 09:02
Compare
Choose a tag to compare
  • Fixed a bug for empty timestamp if created from JavaScript

3.12.3

29 Mar 08:55
Compare
Choose a tag to compare

3.12.2

26 Mar 08:49
Compare
Choose a tag to compare
  • Synchronize storing of breadcrumbs and events