Skip to main content

A Sentry extension which sends errors to a Redis pub/sub queue

Project description

sentry-redispubsub
=============

An extension for Sentry to send error metrics to a Redis pub/sub message queue.

Details
-------

The queue will get pushed a json payload with the following fields

project -> Project slug

logger -> Used logger

level -> Error level

msg -> Group message

times_seen -> Number of times seen

last_seen -> Unixtimestamp xxxxxxxx.0 #Please remove the trailing .0

first_seen -> Unixtimestamp xxxxxxxx.0 #Please remove the trailing .0

url -> Absolut url

checksum -> Checksum of group


Install
-------

Install the package with ``pip``::

pip install sentry-redispubsub


Configuration
-------------

Go to your project's configuration page (Projects -> [Project]) and select the
"RedisPubSub" tab. Enter the Redis host, port, db number, channel name for metrics:

.. image:: https://github.com/innogames/sentry-redispubsub/raw/master/docs/images/options.png


After installing and configuring, make sure to restart sentry-worker for the
changes to take into effect.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sentry-redispubsub-0.0.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page