Hooks the Sentry’s raven plugin into ckan/pylons wsgi middleware chain.
There are some known issues with this middleware insertion method.
Have a look at the README.md
in the alternatives
folder (that is,
this directory
for more information on a better solution for integrating Sentry).
Refer to: http://raven.readthedocs.org/en/latest/config/pylons.html
sentry
to enabled plugins listsentry.dsn
The DSN for connecting to sentry
sentry.load_method
Specify how to hook sentry client into middleware chain.
Allowed values:
none
do not hook sentry clientpylons
(default) use the pylon’s waywsgi
use the generic way for wsgi appssentry.configure_logging
If set to “true” (default), will add logging configuration
while adding middleware to application.