github bugsnag/bugsnag-unity v5.3.0

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

5.3.0 (2021-09-01)

Enhancements

  • Add Configuration.VersionCode config option to set the native Android option #373

  • Add Configuration.PersistenceDirectory to set the native Android option #368

  • Add Configuration.SendThreads config option to set the native Android option and the native Cocoa option #375

  • Add Configuration.PersistUser config option to set the native Android option and the native Cocoa option #372

  • Add Configuration.MaxPersistedEvents config option to set the native Android option and the native Cocoa option #371

  • Add Configuration.RedactedKeys configuration option to enable redacting specific keys in metadata #367

  • Add Configuration.Endpoints to enable setting custom endpoints for events and sessions #366

  • Add Configuration.ProjectPackages config option to set the native Android option #364

  • Add Configuration.BundleVersion config option to set the native Cocoa option #359

  • Add Configuration.AppType configuration option to enable setting a custom value for the app.type field in an event #363

  • Update bugsnag-cocoa to v6.11.0

    • Add breadcrumbs for UIScene notifications.
      #1165

    • Fix another rare crash in bsg_ksmachgetThreadQueueName.
      #1157

    • Fix ThreadSanitizer data race in BugsnagBreadcrumbs.
      #1160

  • Add DiscardClasses configuration option to disable sending events that contain user defined error classes. #361

  • Update bugsnag-android to v5.11.0:

    • Add Bugsnag listeners for StrictMode violation detection
      #1331

    • Address pre-existing StrictMode violations
      #1328

Deprecated

  • Bugsnag.SetContext(string context) has been deprecated in favour of the new Bugsnag.Context property and will be removed in the next major release.

  • Configuration.Endpoint has been deprecated in favour of the new Configuration.Endpoints class and will be removed in the next major release.

  • Configuration.SessionEndpoint has been deprecated in favour of the new Configuration.Endpoints class and will be removed in the next major release.

  • Configuration.NotifyReleaseStages has been deprecated in favour of Configuration.EnabledReleaseStages and will be removed in the next major release.

Don't miss a new bugsnag-unity release

NewReleases is sending notifications on new releases.