github bugsnag/bugsnag-unity v5.4.0

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

5.4.0 (2021-09-27)

Enhancements

  • Update bugsnag-cocoa to v6.12.2

    • Stop dropping breadcrumbs when provided invalid metadata (that is not JSON convertible.)
      bugsnag-cocoa#1187

    • Fix Swift fatal error parsing for messages with no filename.
      bugsnag-cocoa#1186

    • Events now include a thermalState property in the device tab, and unexpected app terminations that occur
      when the thermal state is critical will now be reported as a "Thermal Kill" rather than Out Of Memory error.
      bugsnag-cocoa#1171

    • Fix a regression where the session was not captured at launch if Bugsnag was started before
      willFinishLaunchingWithOptions in iOS apps that do not adopt the UIScene life-cycle.
      bugsnag-cocoa#1180

    • Fatal app hangs will no longer be reported if the willTerminateNotification is received.
      bugsnag-cocoa#1176

  • Update bugsnag-android to v5.13.0

  • Add new automatically collected Device data to Windows, WebGL and Unity Editor events: batteryLevel, charging, id, model, screenDensity, screenResolution, totalMemory #390

  • Add new automatically collected App data to Windows, WebGL and Unity Editor events: duration, id, isLaunching, lowMemory #390

  • Add new Bugsnag.Notify overloads: Notify(exception, stacktrace) Notify(exception, stacktrace, callback) Notify(name, message, stacktrace) Notify(name, message, stacktrace, callback) #380

  • Add Bugsnag.GetLastRunInfo() To get relevant crash information regarding the last run of the application #379

  • Add Configuration.SendLaunchCrashesSynchronously config option to set the native Android option and the native Cocoa option #379

  • Add Configuration.LaunchDurationMillis config option to set the native Android option and the native Cocoa option #379

Deprecated

  • Bugsnag.StopSession has been deprecated in favour of Bugsnag.PauseSession and will be removed in the next major release.

Bug fixes

  • Fixed an issue where app.type was not sent in native Cocoa crash reports
    #395

Don't miss a new bugsnag-unity release

NewReleases is sending notifications on new releases.