This repository was archived by the owner on Oct 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,11 @@ Raven - Sentry for Python
3030 :alt: Code Climate
3131
3232
33- Raven is the official Python client for `Sentry `_, officially supports
33+ Raven is the official legacy Python client for `Sentry `_, officially supports
3434Python 2.6–2.7 & 3.3–3.7, and runs on PyPy and Google App Engine.
3535
36+ **This SDK is being phased out for `Sentry-Python <https://github.com/getsentry/sentry-python>`__ **
37+
3638It tracks errors and exceptions that happen during the
3739execution of your application and provides instant notification with detailed
3840information needed to prioritize, identify, reproduce and fix each issue.
@@ -86,7 +88,8 @@ Raven Python is more than that however. Checkout our `Python Documentation`_.
8688Contributing
8789------------
8890
89- Raven is under active development and contributions are more than welcome!
91+ Raven will continue to be maintained for bugfixes and contributions are more than welcome! New features should only go into the new sentry-python SDK.
92+
9093There are many ways to contribute:
9194
9295* Join in on discussions on our `Mailing List `_ or in our `IRC Channel `_.
You can’t perform that action at this time.
0 commit comments