Python client for Sentry (https://sentry.io)
Project description
Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us Check out our open positions
sentry-python - Sentry SDK for Python
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 refer to our docs
- Are you coming from raven-python? Use this cheatsheet
- To learn about internals use the API Reference
Contributing to the SDK
Please refer to CONTRIBUTING.md.
License
Licensed under the BSD license, see LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sentry-sdk-1.3.0.tar.gz
(101.0 kB
view hashes)
Built Distribution
sentry_sdk-1.3.0-py2.py3-none-any.whl
(133.3 kB
view hashes)
Close
Hashes for sentry_sdk-1.3.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6864dcb6f7dec692635e5518c2a5c80010adf673c70340817f1a1b713d65bb41 |
|
MD5 | 66439f48490820b54e29bf3a230c2cdf |
|
BLAKE2b-256 | ce4175fad31fff378871c462745ce724b3701a6acad17028d79476ec2545e40f |