Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 546 Bytes

README.rst

File metadata and controls

24 lines (14 loc) · 546 Bytes

sentry-statsd

An extension for Sentry to send errors metrics to StatsD.

Install

Install the package with pip:

pip install sentry-statsd

Configuration

Go to your project's configuration page (Projects -> [Project]) and select the "StatsD" tab. Enter the StatsS host, port and prefix for metrics:

https://github.com/dreadatour/sentry-statsd/raw/master/docs/images/options.png

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