sentry-python

The new Python SDK for Sentry.io

Github stars Tracking Chart

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

Overview

Name With Ownergetsentry/sentry-python
Primary LanguagePython
Program languagePython (Language Count: 5)
Platform
License:MIT License
Release Count238
Last Release Name2.0.1 (Posted on )
First Release Name0.1.0-preview1 (Posted on )
Created At2018-06-18 22:51:10
Pushed At2024-05-03 16:15:20
Last Commit At2024-05-03 18:15:19
Stargazers Count1.7k
Watchers Count73
Fork Count457
Commits Count2.4k
Has Issues Enabled
Issues Count1225
Issue Open Count167
Pull Requests Count1323
Pull Requests Open Count32
Pull Requests Close Count401
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top