A Sentry extension to add comments to sentry events.
Project description
sentry-comments
sentry-comments is an extension for Sentry which lets you add comments to sentry events.
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',)
Run sentry --config=your.conf.py upgrade to create the new tables required by this plugin.
License
sentry-comments is licensed under the BSD license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sentry-comments-0.2.0.tar.gz
(5.6 kB
view hashes)