Sentry 8.19.0 已发布,Sentry 是一个实时的事件日志和聚合平台,基于 Django 构建。
Sentry 可以帮助你将 Python 程序的所有 exception 自动记录下来,然后在一个好用的 UI 上呈现和搜索。处理 exception 是每个程序的必要部分,所以 Sentry 也几乎可以说是所有项目的必备组件。
本次更新如下:
当没有要列出的项目时,隐藏项目过滤器。
添加了常量的查找方法,以获得给定事件的唯一的 integration_id,并从该 ID 获取信息(documention url,可读取的名称)。
Schema 变更
Added Integration model
Added OrganizationIntegration model
Added ProjectIntegration model
Added Repository.integration_id column
软件详情:https://github.com/getsentry/sentry/compare/releases/8.18.x...8.19.0
下载地址:https://github.com/getsentry/sentry/releases/tag/8.19.0
来自:开源中国社区

