Commit c10e9c1
committed
feature #4371 Added a code example for emailing on 4xx and 5xx errors without 404's (weaverryan)
This PR was merged into the 2.3 branch.
Discussion
----------
Added a code example for emailing on 4xx and 5xx errors without 404's
Hi guys!
| Q | A
| ------------- | ---
| Doc fix? | no
| New docs? | no
| Applies to | 2.3+
| Fixed tickets | --
I thought this is useful, because this is how I actually set this up (I *do* want 403 errors emailed, for example, but definitely not all the 404 garbage).
Thanks!
Commits
-------
ba323de Added a code example for emailing on 4xx and 5xx errors without 404's1 file changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
51 | 62 | | |
52 | 63 | | |
53 | 64 | | |
| |||
81 | 92 | | |
82 | 93 | | |
83 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
84 | 100 | | |
85 | 101 | | |
86 | 102 | | |
| |||
108 | 124 | | |
109 | 125 | | |
110 | 126 | | |
111 | | - | |
| 127 | + | |
| 128 | + | |
112 | 129 | | |
113 | 130 | | |
114 | 131 | | |
| |||
0 commit comments