Skip to content

datalocale/ckanext-sentry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentry CKAN extension

The Sentry CKAN extension add Sentry middleware from raven package into the CKAN middlewares.

To install the plugin, enter your virtualenv and load the source:

$ pip install ckanext-sentry

Activate the plugin and add its configuration (prefixed by sentry.) to your CKAN .ini file:

ckan.plugins = sentry <other-plugins>
sentry.dsn = https://xxxxxx:xxxxxx@sentry.domain.com/1

You can see a full list of parameters on the official Raven documentation.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%