github bugsnag/bugsnag-unity v4.6.4

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

Enhancements

  • Support disabling native reporting during initialization
    #164

    The new API can be used as follows:

    Bugsnag.Init("your-api-key-here", false /* disable crash reporting */);

    or by unchecking "Auto Notify" when initializing Bugsnag via a GameObject in
    the Unity Inspector.

Bug fixes

  • (Android) Fix possible crash when encoding non-unicode text
    #165
  • (Android) Fix crash when deleting global metadata
    bugsnag-android#582

Don't miss a new bugsnag-unity release

NewReleases is sending notifications on new releases.