Skip to content

v6.15.1

Compare
Choose a tag to compare
@kstenerud kstenerud released this 08 Dec 13:37
· 963 commits to master since this release
45e05a2

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