Python client for Sentry (https://sentry.io)
Project description
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-0.20.3.tar.gz
(99.2 kB
view details)
Built Distribution
File details
Details for the file sentry-sdk-0.20.3.tar.gz
.
File metadata
- Download URL: sentry-sdk-0.20.3.tar.gz
- Upload date:
- Size: 99.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4ae8d1ced6c67f1c8ea51d82a16721c166c489b76876c9f2c202b8a50334b237
|
|
MD5 |
25549a6aca37303b3d57981f6673e617
|
|
BLAKE2b-256 |
9ea41e42b9ae335d3b3475c36d0b67390649baea1eef42310b73bd12236b2f78
|
File details
Details for the file sentry_sdk-0.20.3-py2.py3-none-any.whl
.
File metadata
- Download URL: sentry_sdk-0.20.3-py2.py3-none-any.whl
- Upload date:
- Size: 131.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e75c8c58932bda8cd293ea8e4b242527129e1caaec91433d21b8b2f20fee030b
|
|
MD5 |
edbab8216f0957210e000cdf51b01659
|
|
BLAKE2b-256 |
157459016eecaefa52443cd69cbb50e01851fa8bf3d9526771e2fae60ac6270c
|