Sentry 8.12.0 发布了。Sentry 是一个实时的事件日志和聚合平台,基于 Django 构建。
Sentry 可以帮助你将 Python 程序的所有 exception 自动记录下来,然后在一个好用的 UI 上呈现和搜索。处理 exception 是每个程序的必要部分,所以 Sentry 也几乎可以说是所有项目的必备组件。
更新内容:
Fix bug where some users would incorrectly not receive workflow notifications for projects they were subscribed to.
restructured dSYM processing. It now records errors in the symbolication process more accurately and will report system errors them to the internal logger.
Added data migration to backfill legacy release data
Added data migration to backfill legacy commit data
Added data migration to backfill legacy release file and environment data
Allow gziped/deflated JavaScript artifacts to be uploaded through the API.
Shared issue view no longer shows SDK.
Added
activeSince
to search (usesactive_at
).Added
firstSeen
to search (usesfirst_seen
).Added
lastSeen
to search (useslast_seen
).Added
firstRelease
to search (usesfirst_release
).Fixed usage (and propagation) of
Group.first_release
.The + and - datetime search helpers now work with ranges (e.g.
<=
).Added the ability to download artifacts from releases.
SDKs
The
repos
interface has been added.
Schema Changes
Added
Release.organization
column.Added
ReleaseProject
model.Added
ReleaseCommit.organization_id
column.Added
ReleaseFile.organization
column.Added
ReleaseEnvironment.organization_id
column.
下载地址: