Extension Sentry Error Tracking


Extension Basics

Title
Sentry Error Tracking
Name
ckanext-sentry
Type
Public extension
Description
Adds Sentry error tracking middleware to CKAN using the Raven package for error monitoring and reporting.
CKAN versions
Download-Url (zip)
Last commit
11 years ago (2014-04-22 15:48:15)
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Show details

Sentry CKAN extension

The Sentry CKAN extension adds Sentry (http://getsentry.com/) 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 (http://raven.readthedocs.org/en/latest/).

Note: This repository was archived by the owner on Apr 13, 2018. It is now read-only. The extension depends on the deprecated ‘raven’ package which has been superseded by ‘sentry-sdk’.

Version
0.1.0
Version release date
2014-04-22
Contact name
Axel Haustant
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

sentry.dsn = https://xxxxxx:xxxxxx@sentry.domain.com/1

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