20 lines
493 B
ReStructuredText
20 lines
493 B
ReStructuredText
==============
|
|
raven plugin
|
|
==============
|
|
|
|
.. _raven-setup:
|
|
|
|
Warning: this plugin is somewhat experimental.
|
|
|
|
Set up the raven plugin
|
|
=======================
|
|
|
|
1. Install the ``raven`` Python package with ``bin/python -m pip install raven``.
|
|
|
|
2. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section::
|
|
|
|
[[mediagoblin.plugins.raven]]
|
|
sentry_dsn = <YOUR SENTRY DSN>
|
|
# Logging is very high-volume, set to 0 if you want to turn off logging
|
|
setup_logging = 1
|