summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus-honeypot@unterwaditzer.net>2021-01-18 22:11:29 +0100
committerGitHub <noreply@github.com>2021-01-18 22:11:29 +0100
commit6f4995aae5ee71593e1bc8b485288e4a1505ed59 (patch)
tree6fceed20b0507232a650406bde38765ecaa8ca5b
parent285b257cf386bfac78f6fe334c9044af65f98561 (diff)
downloadraven-untitaker-patch-1.tar.gz
doc: Add deprecation noticeuntitaker-patch-1
-rw-r--r--README.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 143bc79..b7d726d 100644
--- a/README.rst
+++ b/README.rst
@@ -6,6 +6,15 @@
</a>
<br>
</p>
+
+Deprecated for sentry-sdk package
+=================================
+
+**Raven is deprecated in favor of `Sentry-Python <https://github.com/getsentry/sentry-python>`_.**
+
+Feature development and most bugfixes happen exclusively there, as Raven is in maintenance mode.
+
+----
Raven - Sentry for Python
=========================
@@ -33,8 +42,6 @@ Raven - Sentry for Python
Raven is the official legacy Python client for `Sentry`_, officially supports
Python 2.6–2.7 & 3.3–3.7, and runs on PyPy and Google App Engine.
-**This SDK is being phased out for** `Sentry-Python <https://github.com/getsentry/sentry-python>`_.
-
It tracks errors and exceptions that happen during the
execution of your application and provides instant notification with detailed
information needed to prioritize, identify, reproduce and fix each issue.