Releases: getsentry/sentry-cocoa
Releases · getsentry/sentry-cocoa
4.1.2
4.1.1
4.1.0
- Introduce
maxEvents
maxBreadcrumbs
to increase the max count of offline stored assets
4.0.1
4.0.0
- Moved KSCrash into Codebase while renaming it to SentryCrash.
Removed KSCrash dep in Podspec.
Still if you do not callstartCrashHandlerWithError
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
- Updated KSCrash project to SKIP_INSTALL
3.13.0
- 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
- Fixed a bug for empty timestamp if created from JavaScript
3.12.3
3.12.2
- Synchronize storing of breadcrumbs and events