跳转到主要内容

Sentry扩展,用于向Sentry事件添加注释。

项目描述

sentry-comments

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

sentry-comments是Sentry的扩展,允许您向Sentry事件添加注释。

重要通知 Sentry (>=6.4) 支持开箱即用地向事件添加注释。因此,不再需要此扩展。

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

安装

要安装评论扩展,运行

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 (10.7 kB 查看哈希值)

上传时间 源代码

由以下支持