Skip to content

Commit 42b7ab3

Browse files
committed
Incorporated ThiefMaster's suggestions for docs
1 parent 3e651e7 commit 42b7ab3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/errorhandling.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Error Logging Tools
3333

3434
Sending error mails, even if just for critical ones, can become
3535
overwhelming if enough users are hitting the error and log files are
36-
typically never looked at. This is why we're recommending using
37-
`Sentry <http://www.getsentry.com/>`_ for dealing with application errors.
38-
It's available as an Open Source project `on GitHub
39-
<github.com/getsentry/sentry>`__ and is also available as `Hosted Version
36+
typically never looked at. This is why we recommend using `Sentry
37+
<http://www.getsentry.com/>`_ for dealing with application errors. It's
38+
available as an Open Source project `on GitHub
39+
<github.com/getsentry/sentry>`__ and is also available as a `hosted version
4040
<https://getsentry.com/signup/>`_ which you can try for free. Sentry
41-
aggregates duplicate erorrs, captures the full stack trace and local
42-
variables for debugging, and send you mails based on new errors or
41+
aggregates duplicate errors, captures the full stack trace and local
42+
variables for debugging, and sends you mails based on new errors or
4343
frequency thresholds.
4444

4545
To use Sentry you need to install the `raven` client::

0 commit comments

Comments
 (0)