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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?