Releases: getsentry/sentry-cocoa
Releases · getsentry/sentry-cocoa
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.
1.4.2
1.4.1
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
- Moved
docs/
to this repo - You can now take a snapshot of the stacktrace and send it with your event ... see https://docs.sentry.io/clients/cocoa/advanced/#adding-stacktrace-to-message for more information
- Added
beforeSendEventBlock
to change a event before sending it https://docs.sentry.io/clients/cocoa/advanced/#change-event-before-sending-it