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
The exception's __notes__ field will now be sent as metadata if it exists #340 0HyperCube
Allows changing the grouping hash when using BugsnagHandler via the logger methods' extra keyword argument #334 0HyperCube
PathLike objects are now accepted as the project path #344 0HyperCube
Bug fixes
Fixes one of the fields being mistakenly replaced with [RECURSIVE] when encoding a list or dictionary with identical siblings but no recursion. #341 0HyperCube
Fix the ignore class list not accounting for nested classes #342 0HyperCube
Sub-exceptions will now be reported when an ExceptionGroup or BaseExceptionGroup is passed to bugsnag.notify. This includes support for the backports provided by the exceptiongroup package #332 #338