Backtrace cocoa 1.6.0

Version 1.6.0

  • Support for Out of memory detection - Backtrace-cocoa now allows to send information about low memory warnings that application received before application was killed by operating system.
  • Backtrace-cocoa sets error.type attribute that our users can use to filter specific type of reports generated by libraries. List of possible error.types:
  • reports generated in try/catch block will have error.type equal to Exception,
  • crashes will have error.type attribute equal to Crash,
  • out of memory exceptions will have error.type attribute equal to Low memory
  • TravisCI improvements