asphalt-exceptions

Exception reporter component for the Asphalt framework


License
Apache-2.0
Install
pip install asphalt-exceptions==2.2.0

Documentation

Build Status Code Coverage Documentation Status

This Asphalt framework component provides a pluggable means to send exception reports to external services. Optionally, it can also install itself as the default handler for exceptions occurring in the event loop.

The following backends are provided out of the box:

Plugins can also be written to provide context specific custom data for each backend.

Project links