Releases: getsentry/sentry-cocoa
Releases · getsentry/sentry-cocoa
8.29.1
8.29.0
8.28.0
8.27.0
Features
- Add breadcrumbs to session replay (#4002)
- Add start time to network request breadcrumbs (#4008)
- Add C++ exception support for
__cxa_rethrow
(#3996) - Add beforeCaptureScreenshot callback (#4016)
- Disable SIGTERM reporting by default (#4025). We added support
for SIGTERM reporting in the last release and enabled it by default.
For some users, SIGTERM events were verbose and not actionable.
Therefore, we disable it per default in this release. If you'd like
to receive SIGTERM events, set the optionenableSigtermReporting = true
.
Improvements
- Stop FramesTracker when app is in background (#3979)
- Speed up adding breadcrumbs (#4029, #4034)
- Skip evaluating log messages when not logged (#4028)
Fixes
8.26.0
Features
- Add SIGTERM support (#3895)
Fixes
- Fix data race when calling reportFullyDisplayed from a background thread (#3926)
- Ensure flushing envelopes directly after capturing them (#3915)
- Unable to find class: SentryCrashExceptionApplication (#3957)
- Clang error for Xcode 15.4 (#3958)
- Potential deadlock when starting the SDK (#3970)
Improvements
- Send Cocoa SDK features (#3948)
8.25.2
Features
The following two features, disabled by default, were mistakenly added to the release. We usually only add features in minor releases.
- Add option to use own NSURLSession for transport (#3811)
- Support sending GraphQL operation names in HTTP breadcrumbs (#3931)
Fixes
- 'SentryFileManager+Test.h' file not found (#3950)
8.25.1
8.25.0
Features
- Add Session Replay, which is still experimental. (#3625)
- Access is limited to early access orgs on Sentry. If you're interested, sign up for the waitlist
Fixes
- Crash due to a background call to -[UIApplication applicationState] (#3855)
- Save framework without UIKit/AppKit as Github Asset for releases (#3858)
- Fix crash associated with runtime collision in global C function names (#3862)
- Remove wrong error log in SentryCoreDataTracker (#3894)
- Don't transmit device boot time in envelopes enriched with crash data (#3912, #3916)
Improvements
- Capture transactions on a background thread (#3892)
8.25.0-alpha.0
Features
- Add Session Replay, which is still experimental. (#3625)
- Access is limited to early access orgs on Sentry. If you're interested, sign up for the waitlist