weppy-Sentry is an extension for the weppy framework providing an integration with the Sentry error reporting platform.
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)The complete documentation is available on the weppy extensions registry.
weppy-Sentry is released under BSD license. Check the LICENSE file for more details.