Skip to content

v4.2.0

Compare
Choose a tag to compare
@imjoehaines imjoehaines released this 18 Feb 08:59
· 193 commits to master since this release
83a4b9f

Enhancements

  • Report the entire exception chain by traversing the __cause__ and __context__ of exceptions to provides greater context into the cause of exceptions
    #299
    Diego Restrepo Mesa
    #314
  • Use the __traceback__ attribute in Python 3 exception objects to improve stacktraces for handled errors
    #313

Note: The use of __traceback__ for the stacktraces of handled events means that the grouping of these errors on your Bugsnag dashboard will be affected when this attribute is available: it will now show the location of the exception and not the call to notify.

Bug fixes

  • Prevent async delivery errors from escaping their thread
    #303