aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/raven/README.rst
blob: 06510a96de902e1f6c9a65ff7f041b34c0805f84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
==============
 raven plugin
==============

.. warning::
    The raven plugin only sets up raven for celery. To enable raven for paster,
    see the deployment docs section on setting up exception monitoring.


Set up the raven plugin
=======================

1. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section::

    [[mediagoblin.plugins.raven]]
    sentry_dsn = <YOUR SENTRY DSN>