Releases: getsentry/sentry-cocoa
Releases · getsentry/sentry-cocoa
1.4.5
- Now sending
registers
with stacktrace for better symbolication results - Added
verbose
logging option which outputs raw events and crash reports - Add
relevant_address
to stacktrace - Extended
mechanism
- Add
build
torelease
e.g.:1.0 (1337)
- Added
objcBeforeSendEventBlock
as equivalent to swiftsbeforeSendEventBlock
1.4.4
1.4.3
- Fixed an issue where properties of an event will be overwritten before sending
- Added
SentryClient.shared?.enableThreadNames
variable which can be set to true in order to retrieve the thread names when a crash happens. Enable this on you own risk this could deadlock you app therefore its not yet officially documented.