Skip to content
This repository was archived by the owner on Sep 14, 2020. It is now read-only.

v2.9.4

Choose a tag to compare

@fractalwrench fractalwrench released this 21 May 12:14
· 337 commits to master since this release
a437a77
  • Enable nativeSerializer to handle Error objects by extracting the stack and message from a given Error class before serialising it. #239 #240 daisy1754 Cawllec

  • Upgrade bugsnag-android to v4.3.4:

    • Bug Fixes:
      • Avoid adding extra comma separator in JSON if File input is empty or null #284
      • Thread safety fixes to JSON file serialisation #295
      • Prevent potential automatic activity lifecycle breadcrumb crash #300
      • Fix serialisation issue with leading to incorrect dashboard display of breadcrumbs #306
      • Prevent duplicate reports being delivered in low connectivity situations #270
      • Fix possible NPE when reading default metadata filters #263
      • Prevent ConcurrentModificationException in Before notify/breadcrumb callbacks #266
      • Ensure that exception message is never null #256
      • Add payload version to JSON body #244
      • Update context tracking to use lifecycle callbacks rather than ActivityManager #238
    • Enhancements:
      • Detect whether running on emulator #245
      • Add a callback for filtering breadcrumbs #237
  • Upgrade bugsnag-cocoa to v5.15.5:

    • Bug Fixes:
      • Changes report generation so that when a minimal or incomplete crash is recorded, essential app/device information is included in the report on the next application launch. #239
        #250
      • Ensure timezone is serialised in report payload.
        #248
      • Ensure error class and message are persisted when thread tracing is disabled #245
      • Re-addapp name to the app tab of reports #244
      • Add payload version to report body to preserve backwards compatibility with older versions of the error reporting API #241
    • Enhancements:
      -This release adds additional device metadata for filtering by whether an error occurred in a simulator (#242) and by processor word size (#228).