Skip to content

Commit

Permalink
Correct link to Sentry
Browse files Browse the repository at this point in the history
django-sentry is no longer maintained, and sentry is the replacement.
  • Loading branch information
dcramer committed Nov 13, 2012
1 parent ebcf6b3 commit 54fbe6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/logging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54fbe6c

Please sign in to comment.