weppy-Sentry

Sentry integration for weppy framework


Keywords
sentry, weppy
License
BSD-3-Clause
Install
pip install weppy-Sentry==0.4

Documentation

weppy-Sentry

weppy-Sentry is an extension for the weppy framework providing an integration with the Sentry error reporting platform.

pip version

Installation

You can install weppy-Sentry using pip:

pip install weppy-Sentry

And add it to your weppy application:

from weppy_haml import Sentry

app.use_extension(Sentry)

Documentation

The complete documentation is available on the weppy extensions registry.

License

weppy-Sentry is released under BSD license. Check the LICENSE file for more details.