Sentry扩展,用于向Sentry事件添加注释。
项目描述
sentry-comments
sentry-comments是Sentry的扩展,允许您向Sentry事件添加注释。
重要通知 Sentry (>=6.4) 支持开箱即用地向事件添加注释。因此,不再需要此扩展。
安装
要安装评论扩展,运行
pip install sentry-comments
然后将sentry_comments添加到您的Sentry配置中的INSTALLED_APPS列表中
INSTALLED_APPS += ('sentry_comments',)
(有关为什么需要此操作的详细信息,请参阅https://github.com/getsentry/sentry/issues/1042)
运行 sentry --config=your.conf.py upgrade 以创建此插件所需的新表。
示例
要在本地运行带有此插件的示例实例
cd demo/ ./mkdemo.sh
您需要将virtualenv添加到PATH中才能运行此脚本。
许可证
sentry-comments采用BSD许可证。
项目详情
关闭
sentry-comments-0.3.0.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 8ffde6b340ee190e4418f7878ed1ec0cfe040418b3a419eef0252f638cf859cd |
|
MD5 | 1e427b2439de12056de06acdb3e5a45c |
|
BLAKE2b-256 | 1b2c0e60a8b6f867088c14de9e481034daa19a874234e057cff64640700526b8 |