Skip to content

v8.0.0

Compare
Choose a tag to compare
@richardelms richardelms released this 12 Jun 10:05
· 81 commits to next since this release
c5026d9

8.0.0 (2024-06-12)

This release can also be installed via UPM

Enhancements

  • Added the Bugsnag-Integrity header to outgoing Bugsnag requests to avoid extraneous releases being generated if payloads are altered. #797

  • Changed Configuration.DiscardClasses and Configuration.RedactedKeys to Regex types. #807

  • Event.Unhandled is (accessed via OnError and OnSend callbacks) is now non-nullable. #813

Bug Fixes

  • Added a null check to the Bugsnag client to prevent crashes when accessing the client before it has been initialised #788

  • Made all callback collections within the Configuration class thread safe. #810

  • Added GenerateAnonymousId to the BugsnagSettingsObject. This fixes a null object reference error on GenerateAnonymousId when using both the performance SDK and Error monitoring SDK, where the error monitoring SDK shares the confirguration with the performance monitoring SDK. #812

Dependencies

Deprecations

  • Bugsnag Unity will no longer officially support Unity versions below Unity 2020. Older versions may work, but we will not test against them during development.