Releases: bugsnag/bugsnag-cocoa
Releases · bugsnag/bugsnag-cocoa
v6.15.0
Enhancements
-
New APIs to allow
OnBreadcrumb
,OnSendError
andOnSession
Swift closures to be removed.
The following APIs are now deprecated and will be removed in the next major release:removeOnBreadcrumb(block:)
removeOnSendError(block:)
removeOnSession(block:)
#1240
-
Include metadata in breadcrumbs for
UIWindow
/NSWindow
notifications.
#1238
v6.14.4
v6.14.3
v6.14.2
v6.14.1
Bug fixes
-
Disable automatic session tracking in app extensions (it was not working as intended.)
#1211 -
Stop logging "[ERROR] Failed to install crash handler..." if a debugger is attached.
#1210 -
Include the word "request" in network request breadcrumb messages.
#1209 -
Prevent a crash that can occur when
-[BSGURLSessionTracingProxy forwardInvocation:]
calls-[NSInvocation selector]
.
#1208 -
Apply
redactedKeys
to breadcrumb metadata.
#1204
v6.14.0
v6.13.0
Enhancements
- Bugsnag can now automatically capture breadcrumbs for network requests made via
NSURLSession
.
To use this functionality, install theBugsnagNetworkRequestPlugin
plugin and then enable it in yourBugsnagConfiguration
.
For more information see the documentation.
v6.12.2
v6.12.1
v6.12.0
Enhancements
- Events now include a
thermalState
property in thedevice
tab, and unexpected app terminations that occur when the thermal state is critical will now be reported as a "Thermal Kill" rather than Out Of Memory error.
#1171
Bug fixes
- Fatal app hangs will no longer be reported if the
willTerminateNotification
is received.
#1176