Skip to content

v6.23.0

Compare
Choose a tag to compare
@nickdowell nickdowell released this 14 Sep 10:42
· 497 commits to master since this release
735ed75

Enhancements

  • Add leaveNetworkRequestBreadcrumbForTask:metrics: to simplify leaving network
    request breadcrumbs without overriding (swizzling) NSURLSession methods.
    #1472

  • Use objc_direct compiler attribute to reduce binary code size.
    This prevents calling non-public APIs when linking Bugsnag as a dynamic framework.
    #1479