You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow the notifier to be started much earlier in the Unity lifecycle. #862
Bug Fixes
Fixed an issue where Android minification was removing some classes from the native BugSnag Android SDK. #867
Fixed an issue where session handled/unhandled event counts were not updated if the handled status of the event was changed in a callback and send unhandledOveridden in the error payload #865
Changed from shipping the C# layer of the SDK as precomiled DLLs to shipping source. Please see the PR description for a full list of the benefits. #847
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
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.