Releases: getsentry/sentry-cocoa
Releases · getsentry/sentry-cocoa
3.8.3
- Fixed an issue where a crash and the actual event diverge in release version/ dist #218
3.8.0
- 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
- Fixes a bug where stack trace is nil when snapshotting stacktrace
3.7.0
- Bump KSCrash to
1.15.12
- Add
SentryCrashExceptionApplication
for macOS uncaught exception handling
3.6.1
- Add
storeEvent
function, mainly used for react-native
3.6.0
- Fixed a bug in crash Thread detection which caused the Sentry web interface to sometimes show the wrong culprit
3.5.0
- Fixed #200 Make userId optional of
SentryUser
- Fixed #198
3.4.3
- Initialize extra and tags in private instead of setter in Client init