sentry-python

The new Python SDK for Sentry.io

Github星跟踪图

sentry-python - Sentry SDK for Python

Build Status
PyPi page link -- version
Discord

This is the next line of the Python SDK for Sentry, intended to replace the raven package on PyPI.

from sentry_sdk import init, capture_message

init("https://mydsn@sentry.io/123")

capture_message("Hello World")  # Will create an event.

raise ValueError()  # Will also create an event.

To learn more about how to use the SDK:

Are you coming from raven-python?

To learn about internals:

License

Licensed under the BSD license, see LICENSE

主要指标

概览
名称与所有者getsentry/sentry-python
主编程语言Python
编程语言Python (语言数: 5)
平台
许可证MIT License
所有者活动
创建于2018-06-18 22:51:10
推送于2025-06-06 13:21:02
最后一次提交2025-06-05 15:39:43
发布数281
最新版本名称2.29.1 (发布于 )
第一版名称0.1.0-preview1 (发布于 )
用户参与
星数2k
关注者数81
派生数550
提交数3.1k
已启用问题?
问题数1683
打开的问题数162
拉请求数2082
打开的拉请求数18
关闭的拉请求数570
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?