github bugsnag/bugsnag-unity v4.6.6

latest releases: v7.7.2, v6.3.6, v6.3.5...
4 years ago

Bug fixes

  • Fixed the naming and description of the GUI property "Unique logs per second"
    to be "Unique seconds per log" to reflect the actual behavior, which is the
    number of seconds required between unique Unity log messages which
    bugsnag-unity will convert into breadcrumbs or reports. Increase the value to
    reduce the number of logs or reports generated from frequent error messages.
  • Update bugsnag-cocoa to v5.22.9:
    • Deprecate config.reportBackgroundOOMs property - designating any app
      termination as a possible error condition can cause a lot of false positives,
      especially since the app can die for many genuine reasons, especially when
      running only in the background.
      bugsnag-cocoa#425
    • Fix use-after-free in notify() logic which could lead to a deadlock
      bugsnag-cocoa#420
    • Reduce severity of log message about thread status from 'error' to 'debug' as
      it does not necessarily indicate a problem and is only used for debugging.
      bugsnag-cocoa#421
    • Show correct value for app.inForeground when an app launches and crashes in
      the background without ever coming to the foreground.
      bugsnag-cocoa#415
    • Fix improperly retained properties which could result in a crash due to
      premature deallocation
      bugsnag-cocoa#416

Don't miss a new bugsnag-unity release

NewReleases is sending notifications on new releases.