|
1 | | -<p align="center"> |
2 | | - <a href="https://sentry.io" target="_blank" align="center"> |
3 | | - <img src="https://sentry-brand.storage.googleapis.com/sentry-logo-black.png" width="280"> |
4 | | - </a> |
5 | | -</p> |
| 1 | +# Archived |
6 | 2 |
|
7 | | -# sentry-python - Sentry SDK for Python |
8 | | - |
9 | | -[](https://travis-ci.com/getsentry/sentry-python) |
10 | | -[](https://pypi.python.org/pypi/sentry-sdk) |
11 | | -[](https://discord.gg/cWnMQeA) |
12 | | - |
13 | | -This is the next line of the Python SDK for [Sentry](http://sentry.io/), intended to replace the `raven` package on PyPI. |
14 | | - |
15 | | -```python |
16 | | -from sentry_sdk import init, capture_message |
17 | | - |
18 | | -init("https://mydsn@sentry.io/123") |
19 | | - |
20 | | -capture_message("Hello World") # Will create an event. |
21 | | - |
22 | | -raise ValueError() # Will also create an event. |
23 | | -``` |
24 | | - |
25 | | -To learn more about how to use the SDK: |
26 | | - |
27 | | -- [Getting started with the new SDK](https://docs.sentry.io/quickstart/?platform=python) |
28 | | -- [Configuration options](https://docs.sentry.io/error-reporting/configuration/?platform=python) |
29 | | -- [Setting context (tags, user, extra information)](https://docs.sentry.io/enriching-error-data/context/?platform=python) |
30 | | -- [Integrations](https://docs.sentry.io/platforms/python/) |
31 | | - |
32 | | -Are you coming from raven-python? |
33 | | - |
34 | | -- [Cheatsheet: Migrating to the new SDK from Raven](https://forum.sentry.io/t/switching-to-sentry-python/4733) |
35 | | - |
36 | | -To learn about internals: |
37 | | - |
38 | | -- [API Reference](https://getsentry.github.io/sentry-python/) |
39 | | - |
40 | | -# License |
41 | | - |
42 | | -Licensed under the BSD license, see `LICENSE` |
| 3 | +This fork has been archived since we now directly use the upstream version |
0 commit comments