Skip to content
This repository was archived by the owner on Dec 13, 2021. It is now read-only.

Commit 11b4bae

Browse files
authored
Update README.md
1 parent d3d4b6d commit 11b4bae

File tree

1 file changed

+2
-41
lines changed

1 file changed

+2
-41
lines changed

README.md

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,3 @@
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
62

7-
# sentry-python - Sentry SDK for Python
8-
9-
[![Build Status](https://travis-ci.com/getsentry/sentry-python.svg?branch=master)](https://travis-ci.com/getsentry/sentry-python)
10-
[![PyPi page link -- version](https://img.shields.io/pypi/v/sentry-sdk.svg)](https://pypi.python.org/pypi/sentry-sdk)
11-
[![Discord](https://img.shields.io/discord/621778831602221064)](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

Comments
 (0)