Skip to content

v6.15.0

Compare
Choose a tag to compare
@nickdowell nickdowell released this 02 Dec 08:12
· 989 commits to master since this release
7d9c966

Enhancements

  • New APIs to allow OnBreadcrumb, OnSendError and OnSession 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