Bugsnag Unity Versions Save

Automatic error reporting for Unity games

v7.6.4

10 months ago

7.6.4 (2023-08-09)

Bug Fixes

  • Add null guard in the Bugsnag exception handler. #734

v7.6.3

10 months ago

7.6.3 (2023-08-03)

  • Update bugsnag-cocoa from v6.26.2 to v6.27.2

Bug Fixes

  • Handle exceptions thrown during deserialisation of a cached events and sessions and log the problematic json. #731

v7.6.2

11 months ago

7.6.2 (2023-07-06)

This release can also be installed via UPM.

Bug Fixes

  • Remove unnecessary usages of DateTimeOffset.Now to prevent iOS app hangs resulting from Unity native code accessing non-thread safe methods. #725

v6.3.4

11 months ago

6.3.4 (2023-07-06)

Bug Fixes

  • Remove unnecessary usages of DateTimeOffset.Now to prevent iOS app hangs resulting from Unity native code accessing non-thread safe methods. #725

v7.6.1

11 months ago

7.6.1 (2023-06-13)

This release can also be installed via UPM.

Bug Fixes

  • Prevent callback to Unity from native layers for session and event callbacks if not used to avoid potential ANRs and improve performance. #717

v6.3.3

11 months ago

6.3.3 (2023-06-13)

Bug Fixes

  • Prevent callback to Unity from native layers for session and event callbacks if not used to avoid potential ANRs and improve performance. #717

v7.6.0

1 year ago

7.6.0 (2023-05-25)

This release can also be installed via UPM.

  • Update bugsnag-cocoa from v6.25.2 to v6.26.2
  • Update bugsnag-android from v5.28.4 to v5.30.0

Bug fixes

  • Fix an issue where stack frames containing (wrapper some/wrapper) entries were incorrectly formatted. #713

  • Fix an issue where Config.GenerateAnonymousId was not respected. #704

v7.5.2

1 year ago

7.5.2 (2023-03-08)

This release can also be installed via UPM.

Bug fixes

  • Fix a race condition in Bugsnag.Start involving creation of gameobjects outside of the main Unity thread. #699

  • Fix an issue causing empty stacktraces in some Android events. #700

Dependency updates

  • Update bugsnag-android from v5.28.3 to v5.28.4

v7.5.1

1 year ago

7.5.1 (2023-02-08)

Dependency updates

  • Update bugsnag-cocoa from v6.25.1 to v6.25.2

Bug fixes

  • Fix an issue where collections in metadata were not present in native Android crashes. #685

  • Fix an issue where errors in serialisation threw exceptions. #693

  • Fix an issue where persisted events had 'unhandled' set to null #695

v7.5.0

1 year ago

7.5.0 (2023-01-04)

Enhancements

  • Added checks in delivery to ensure payloads can't get stuck in a retry loop. #683

  • Raised Configuration.MaxBreadcrumbs default from 50 to 100, raised the limit from 100 to 500 and added a check to truncate breadcrumbs from oversized payloads. #671

  • Add Configuration.MaxStringValueLength config option. #668

  • Added Telemetry.Usage configuration option to set the native Android option and the native Cocoa option #666

Dependency updates

  • Update bugsnag-cocoa from v6.25.0 to v6.25.1
  • Update bugsnag-android from v5.28.1 to v5.28.3

Bug fixes

  • Fix an issue where bundle version was not reported correctly on iOS and MacOS. #672

  • Fix an issue where a null value in metadata could cause an exception. #652

  • Fix an issue where android metadata was not deserialised as the correct type, which could cause exceptions when processing metadata. #652

  • Fix an issue where android sessions had inaccurate Session.Handled and Unhandled counts. #684

  • Fix an issue where Cocoa Device and App data was serialized incorrectly causing invalid cast exceptions in callbacks #680

  • Fixed an issue where user changes made in OnSession callbacks did not make it to the generated payload #681