Releases: bugsnag/bugsnag-cocoa
Releases · bugsnag/bugsnag-cocoa
v6.16.7
Bug fixes
-
Fix underreporting of device.totalMemory
, which now matches NSProcessInfo.physicalMemory
.
#1335
-
Skip unnecessary file reading at startup when no unexpected app termination is detected.
#1334
-
Fix duplication of app
and device
data in session payloads.
#1332
v6.16.6
Changes
- Add Flutter notifier support.
#1328
v6.16.5
Bug fixes
- Fix
-[NSProxy doesNotRecognizeSelector:]
crash when using BugsnagNetworkRequestPlugin
in projects that use the New Relic SDK.
#1324
v6.16.3
Bug fixes
-
Fix incorrect OOM session info after manually pausing or stopping a session.
#1301
-
Improve accuracy of metaData.device.lowMemoryWarning
.
#1296
-
Stop reporting SIGPIPE
errors in apps that set SIG_IGN
.
#1295
v6.16.2
- Improve reliability of crash reporting when multiple crashes occur concurrently.
#1286
v6.15.2
Bug fixes
-
Detect hangs during launch of UIScene based apps.
#1263
-
Stop persisting changes made by OnSendError
callbacks if delivery needs to be retried.
#1262
-
Fix incorrect device.freeDisk
in crash errors.
#1256
-
Fix some potential deadlocks that could occur if a crash handler crashes.
#1252
v6.15.1
Bug fixes
-
Fix UIApplicationState
detection when started from a SwiftUI app's init()
function.
This fixes false positive OOMs on iOS 15 for apps that have been prewarmed without transitioning to the foreground.
#1248
-
Load configuration from the plist instead of using defaults when calling Bugsnag.start(withApiKey:)
#1245