Skip to content

Releases: bugsnag/bugsnag-cocoa

v6.14.1

20 Oct 12:03
ab997b6
Compare
Choose a tag to compare

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

06 Oct 13:50
d211650
Compare
Choose a tag to compare

Enhancements

  • Capture and report thread states (running, stopped, waiting, etc.)
    #1200

Bug fixes

  • Disable app hang detection for app extensions.
    #1198

v6.13.0

29 Sep 10:08
40adfbb
Compare
Choose a tag to compare

Enhancements

  • Bugsnag can now automatically capture breadcrumbs for network requests made via NSURLSession.
    To use this functionality, install the BugsnagNetworkRequestPlugin plugin and then enable it in your BugsnagConfiguration.
    For more information see the documentation.

v6.12.2

22 Sep 12:07
4cbabdc
Compare
Choose a tag to compare

Bug fixes

  • Stop dropping breadcrumbs when provided invalid metadata (that is not JSON convertible.)
    #1187

  • Fix Swift fatal error parsing for messages with no filename.
    #1186

v6.12.1

15 Sep 13:19
5918cc9
Compare
Choose a tag to compare

Bug fixes

  • Fix a regression where the session was not captured at launch if Bugsnag was started before willFinishLaunchingWithOptions in iOS apps that do not adopt the UIScene life-cycle.
    #1180

v6.12.0

01 Sep 12:32
Compare
Choose a tag to compare

Enhancements

  • Events now include a thermalState property in the device 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

v6.11.0

18 Aug 14:42
233b519
Compare
Choose a tag to compare

Enhancements

  • Add breadcrumbs for UIScene notifications.
    #1165

v6.10.4

11 Aug 13:22
4c63985
Compare
Choose a tag to compare

Bug fixes

  • Fix ThreadSanitizer data race in BugsnagBreadcrumbs.
    #1160

v6.10.3

04 Aug 13:50
cc4b9f0
Compare
Choose a tag to compare

Bug fixes

  • Fix another rare crash in bsg_ksmachgetThreadQueueName.
    #1157

v6.10.2

14 Jul 12:14
3850d4c
Compare
Choose a tag to compare

Bug fixes

  • Fix ThreadSanitizer data race warning in BSGAppHangDetector.
    #1153

  • Remove (duplicated) user information from metaData.
    #1151