Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 54553

Sentry 8.13.0 发布,Python 实时日志平台

$
0
0

Sentry 8.13.0 发布了。Sentry 是一个实时的事件日志和聚合平台,基于 Django 构建。

Sentry 可以帮助你将 Python 程序的所有 exception 自动记录下来,然后在一个好用的 UI 上呈现和搜索。处理 exception 是每个程序的必要部分,所以 Sentry 也几乎可以说是所有项目的必备组件。

更新内容:

  • Added individual filters for legacy browsers to improve customization of error filtering based on browser versions

  • Support for setting a custom security header for javascript fetching.

  • start using ReleaseProject and Release.organization instead of Release.project

  • Project quotas are no longer available, and must now be configured via the organizational rate limits.

  • Quotas implementation now requires a tuple of maximum rate and interval window.

  • Added security emails for adding and removing MFA and password changes.

  • Added the ability to download an apple compatible crash report for cocoa events.

  • Add memory and storage information for apple devices

  • The legacy API keys feature is now disabled by default.

  • Show Images Loaded section for cocoa events with version number.

  • Fixed bug where workflow notification subject may not include a custom email prefix.

  • Added configurable subject templates for individual alert emails (mail:subject_template option).

  • Added data migration to populate ReleaseProject.new_groups

  • Added support for managing newsletter subscriptions with Sentry.io

Schema Changes

  • Added ReleaseProject.new_groups column.

  • Added OrganizationAvatar model.

API Changes

  • Added avatar and avatarType to /organizations/{org}/ endpoint.

  • Provide commit and author information associated with a given release

  • Provide repository information for commits

下载地址:


Viewing all articles
Browse latest Browse all 54553

Trending Articles