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-09-05 17:38:32
最后一次提交2025-09-05 11:42:12
發布數299
最新版本名稱2.37.0 (發布於 )
第一版名稱0.1.0-preview1 (發布於 )
用户参与
星數2.1k
關注者數78
派生數556
提交數3.2k
已啟用問題?
問題數1802
打開的問題數185
拉請求數2246
打開的拉請求數29
關閉的拉請求數593
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?