智能化下的产物,无人棋牌室
Sentry 8.5.0 发布了。改进记录如下:
- Added option to upload a profile image as an alternative to Gravatar.
- Deprecated
sentry celery
subcommand in favor ofsentry run {worker|cron}
. - Breadcrumb interface now rendered in event UI.
- Project notification settings page now indicates if current user is subscribed to active project.
- User is now automatically redirected to login page if their session expires inside React client application.
- Added new auth tokens to deprecate the usage of the older API keys.
Schema Changes
- Added
ProjectPlatform
model. - Added index on
EventTag
index. - Added unique index on
UserReport
model. - Added
UserAvatar
model. - Added
EventTag.group_id
column. - Added
ApiToken
model. - Added
Authenticator
model.
下载地址:
https://github.com/getsentry/sentry/releases/tag/8.5.0
Sentry 是一个实时的事件日志和聚合平台,基于 django”>Django 构建。
Sentry 可以帮助你将 Python 程序的所有 exception 自动记录下来,然后在一个好用的 UI 上呈现和搜索。处理 exception 是每个程序的必要部分,所以 Sentry 也几乎可以说是所有项目的必备组件。