Extension Sentry


Extension Basics

Title
Sentry
Name
ckanext-sentry
Type
Public extension
Description
Sentry support for CKAN
CKAN versions
Download-Url (zip)
Last commit
11 years ago (2014-04-22 13:48:15)
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Show details

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:

.. code-block:: bash

$ pip install ckanext-sentry

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

.. code-block:: ini

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_.

.. _Sentry: http://getsentry.com/ .. _official Raven documentation: http://raven.readthedocs.org/en/latest/

Version
Version release date
(not set)
Contact name
Etalab
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
sentry
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions