File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ Error Logging Tools
33
33
34
34
Sending error mails, even if just for critical ones, can become
35
35
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
40
40
<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
43
43
frequency thresholds.
44
44
45
45
To use Sentry you need to install the `raven ` client::
You can’t perform that action at this time.
0 commit comments