Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
proc
/
self
/
root
/
opt
/
alt
/
python37
/
share
/
doc
/
alt-python37-sentry-sdk-0.19.4
/
File Content:
README.md
<p align="center"> <a href="https://sentry.io" target="_blank" align="center"> <img src="https://sentry-brand.storage.googleapis.com/sentry-logo-black.png" width="280"> </a> </p> # sentry-python - Sentry SDK for Python [](https://travis-ci.com/getsentry/sentry-python) [](https://pypi.python.org/pypi/sentry-sdk) [](https://discord.gg/cWnMQeA) This is the next line of the Python SDK for [Sentry](http://sentry.io/), intended to replace the `raven` package on PyPI. ```python 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](https://docs.sentry.io/platforms/python/) - Are you coming from raven-python? [Use this cheatsheet](https://docs.sentry.io/platforms/python/migration/) - To learn about internals use the [API Reference](https://getsentry.github.io/sentry-python/) # Contributing to the SDK Please refer to [CONTRIBUTING.md](https://github.com/getsentry/sentry-python/blob/master/CONTRIBUTING.md). # License Licensed under the BSD license, see [`LICENSE`](https://github.com/getsentry/sentry-python/blob/master/LICENSE)
Submit
FILE
FOLDER
Name
Size
Permission
Action
CHANGES.md
24161 bytes
0644
CONTRIBUTING.md
4202 bytes
0644
LICENSE
1330 bytes
0644
README.md
1472 bytes
0644
N4ST4R_ID | Naxtarrr