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
Release files for sentry-sdk 0.20.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sentry-sdk-0.20.2.tar.gz | 99.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sentry_sdk-0.20.2-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 230.2 kB
Release files / sentry-sdk-0.20.2.tar.gz
| Download URL | sentry-sdk-0.20.2.tar.gz |
|---|---|
| Size | 99.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9044b616ec6663cd50794fb3362efd87586e476e7b51ef2439a711d6569aede7
|
|
BLAKE2b-256 checksum How to use checksums |
b616fe0bb1443cc8c9ffb8288b91787a27d9bc9d9e3f975893ec5d278d56567f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / sentry_sdk-0.20.2-py2.py3-none-any.whl
| Download URL | sentry_sdk-0.20.2-py2.py3-none-any.whl |
|---|---|
| Size | 131.0 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
efc65e5ffd38324797a7e1dfc8a4e74b62ea6f56a59df5bb03217b84d58dff6a
|
|
BLAKE2b-256 checksum How to use checksums |
5a57fe9bec0a5e13d68db04dda6083fc4b559204fb4f925ef58ddce9f9b58435
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|