Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.21 KB

README.rst

File metadata and controls

52 lines (31 loc) · 1.21 KB

sentry-comments

https://travis-ci.org/andialbrecht/sentry-comments.png?branch=master

sentry-comments ~~is~~ was an extension for Sentry which lets you add comments to sentry events.

Important Notice Sentry (>=6.4) supports adding notes to events out-of-the- box. So there's no need for this extension anymore.

You'll find a script to migrate away from sentry-comments here: https://gist.github.com/andialbrecht/8644979

https://sentry-comments.readthedocs.org/en/latest/_images/event.png

Installation

To install the comments extension run:

pip install sentry-comments

Then add sentry_comments to the INSTALLED_APPS list in your Sentry configuration:

INSTALLED_APPS += ('sentry_comments',)

(See getsentry/sentry#1042 why this is needed.)

Run sentry --config=your.conf.py upgrade to create the new tables required by this plugin.

Demo

To run a demo instance with this plugin locally:

cd demo/
./mkdemo.sh

You'll need virtualenv in your PATH to run this script.

License

sentry-comments is licensed under the BSD license.