Releases: bugsnag/bugsnag-unity
v8.3.1
v8.3.0
v8.2.0
v8.1.0
8.1.0 (2024-08-12)
This release can also be installed via UPM
Enhancements
- Added the BugsnagUnity version to the configuration window. #819
- Added automatic and manual network request breadcrumbs. #817
- Remove unnecessary ToArray() call when constructing an error. #822
- Updated BugSnag UI branding. #701
Bug Fixes
- Fix timing issues when Bugsnag is started after the focus event. #821
Dependencies
v8.0.0
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
andConfiguration.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.