Sentry 8.20.0 已发布,Sentry 是一个实时的事件日志和聚合平台,基于 Django 构建。
Sentry 可以帮助你将 Python 程序的所有 exception 自动记录下来,然后在一个好用的 UI 上呈现和搜索。处理 exception 是每个程序的必要部分,所以 Sentry 也几乎可以说是所有项目的必备组件。
主要更新内容:
Make BitBucket repositories enabled by default
Add raw data toggle for Additional Data
Add initial support for Redis Cluster.
Support a list of hosts in the redis.clusters configuration along side the traditional dictionary style configuration.
模式变化
Added index on ProjectPlatform(last_seen) column
Added index on GroupCommitResolution.commit_id
Enable citext extension in Postgres.
Dropped TagKey.project_id foreign key constraint
Dropped TagValue.project_id foreign key constraint
Dropped GroupTagKey.project_id foreign key constraint
Dropped GroupTagKey.group_id foreign key constraint
Added Email model
软件详情:https://github.com/getsentry/sentry/compare/releases/8.19.x...8.20.0
下载地址:https://github.com/getsentry/sentry/releases/download/8.20.0/sentry-8.20.0.tar.gz
来自:开源中国社区

