summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Cramer <dcramer@gmail.com>2012-11-13 13:51:50 -0800
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-11-13 23:00:35 +0100
commitd33f8d0f54fc57fddfad3c01d3f487c55d06d267 (patch)
tree97e0a2b31bab51a9b2d32e4e609fe9fbda4d09bb /docs
parentaf044d86b87d23eb504687ab66027d8c124dff81 (diff)
[1.5.x] Correct link to Sentry
django-sentry is no longer maintained, and sentry is the replacement. Backport of 54fbe6c and c91a127 from master, as requested by Mr Gaynor.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/logging.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt
index 7bd56e92ec..bbcd011b59 100644
--- a/docs/topics/logging.txt
+++ b/docs/topics/logging.txt
@@ -470,13 +470,13 @@ Python logging module.
with names and values of local variables at each level of the stack, plus
the values of your Django settings. This information is potentially very
sensitive, and you may not want to send it over email. Consider using
- something such as `django-sentry`_ to get the best of both worlds -- the
+ something such as `Sentry`_ to get the best of both worlds -- the
rich information of full tracebacks plus the security of *not* sending the
information over email. You may also explicitly designate certain
sensitive information to be filtered out of error reports -- learn more on
:ref:`Filtering error reports<filtering-error-reports>`.
-.. _django-sentry: http://pypi.python.org/pypi/django-sentry
+.. _django-sentry: http://pypi.python.org/pypi/sentry
Filters