github bugsnag/bugsnag-unity v6.3.1

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

6.3.1 (2022-04-06)

This version of the sdk can also be installed via UPM

Enhancements

  • Update bugsnag-android to v5.22.0
    • Added Bugsnag.isStarted() to test whether the Bugsnag client is in the middle of initializing. This can be used to guard uses of the Bugsnag API that are either on separate threads early in the app's start-up and so not guaranteed to be executed after Bugsnag.start has completed, or where Bugsnag may not have been started at all due to some internal app logic.
      slack-jallen:#1621
      bugsnag-android#1640
    • Events and Sessions will be discarded if they cannot be uploaded and are older than 60 days or larger than 1MB
      bugsnag-android#1633
    • Fixed potentially thread-unsafe access when invoking Bugsnag static methods across different threads whilst Bugsnag.start is still in-flight. It is now safe to call any Bugsnag static method once Bugsnag.start has begun executing, as access to the client singleton is controlled by a lock, so the new isStarted method (see above) should only be required where it cannot be determined whether the call to Bugsnag.start has begun or you do not want to wait.
      bugsnag-android#1638
    • Calling bugsnag_event_set_context with NULL context correctly clears the event context again
      bugsnag-android#1637

Bug fixes

  • Fixed an issue where the use of ToUpper caused a crash on devices using the Turkish language
    #543

  • Fixed an issue where breadcrumbs with null messages caused errors
    #545

Don't miss a new bugsnag-unity release

NewReleases is sending notifications on new releases.