Sentry 8.9.0 发布了,Sentry 是一个实时的事件日志和聚合平台,基于Django 构建。
Sentry 可以帮助你将 python 程序的所有 exception 自动记录下来,然后在一个好用的 UI 上呈现和搜索。处理 exception 是每个程序的必要部分,所以 Sentry 也几乎可以说是所有项目的必备组件。
该版本改进如下:Added support for Elixir.
Improve performance for bulk deletions of Events and Groups.
Fix rate limit logic for single organization mode.
Added --no-repair flag for sentry upgrade for large installs.
Fixed bug with merging counters yielding the wrong values.
Require password confirmation when enabling/disabling 2fa.
Collapse repeated frames in the stacktrace UI.
Added weekly report emails behind feature flag.
Rebrand Rules as Alerts / Alert Rules.
Add frequency to Alerts.
架构更改:Added unique index on Authenticator(user_id, type)
点击 这里 查看完整变更详情 发行说明:https://github.com/getsentry/sentry/releases/tag/8.9.0
下载地址: