summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2012-11-13 13:58:09 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2012-11-13 13:58:09 -0800
commitc91a12716ddf820d5248b4b09ec078d00ea4aa37 (patch)
treed4d3332912619356b8414bf1fec61d0919b315c1 /docs
parentebcf6b36ffa7ee20b7219d34200b093186befcb4 (diff)
parent54fbe6ce5f758d63213ef571f175978823881834 (diff)
Merge pull request #516 from dcramer/master
Correct link to Sentry
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