Extend install instructions for raven plugin.

This commit is contained in:
Ben Sturmfels 2019-11-27 22:14:52 +11:00
parent 1e950c0d17
commit 7075a065a2
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -9,7 +9,9 @@ Warning: this plugin is somewhat experimental.
Set up the raven plugin
=======================
1. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section::
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>