Commit 0dd93073cf1d050cd69967423e0fa1a0ccb38a2f
1 parent
9a2f97e0
Exists in
master
and in
1 other branch
Added Errbit screenshots to README
Showing
1 changed file
with
35 additions
and
0 deletions
Show diff stats
README.md
| ... | ... | @@ -7,6 +7,41 @@ Errbit is a tool for collecting and managing errors from other applications. |
| 7 | 7 | It is [Airbrake](http://airbrakeapp.com) (formerly known as Hoptoad) API compliant, |
| 8 | 8 | so if you are already using Airbrake, you can just point hoptoad_notifier at your Errbit server. |
| 9 | 9 | |
| 10 | + | |
| 11 | +<table> | |
| 12 | + <tr> | |
| 13 | + <td align="center"> | |
| 14 | + <a href="http://errbit.github.com/errbit/images/apps.png" target="_blank" title="Apps"> | |
| 15 | + <img src="http://errbit.github.com/errbit/images/apps_thumb.png" alt="Apps"> | |
| 16 | + </a> | |
| 17 | + <br /> | |
| 18 | + <em>Apps</em> | |
| 19 | + </td> | |
| 20 | + <td align="center"> | |
| 21 | + <a href="http://errbit.github.com/errbit/images/app_errors.png" target="_blank" title="Errors"> | |
| 22 | + <img src="http://errbit.github.com/errbit/images/app_errors_thumb.png" alt="Errors"> | |
| 23 | + </a> | |
| 24 | + <br /> | |
| 25 | + <em>Errors</em> | |
| 26 | + </td> | |
| 27 | + <td align="center"> | |
| 28 | + <a href="http://errbit.github.com/errbit/images/error_summary.png" target="_blank" title="Error Summary"> | |
| 29 | + <img src="http://errbit.github.com/errbit/images/error_summary_thumb.png" alt="Error Summary"> | |
| 30 | + </a> | |
| 31 | + <br /> | |
| 32 | + <em>Error Summary</em> | |
| 33 | + </td> | |
| 34 | + <td align="center"> | |
| 35 | + <a href="http://errbit.github.com/errbit/images/error_backtrace.png" target="_blank" title="Error Backtraces"> | |
| 36 | + <img src="http://errbit.github.com/errbit/images/error_backtrace_thumb.png" alt="Error Backtraces"> | |
| 37 | + </a> | |
| 38 | + <br /> | |
| 39 | + <em>Error Backtraces</em> | |
| 40 | + </td> | |
| 41 | + </tr> | |
| 42 | +</table> | |
| 43 | + | |
| 44 | + | |
| 10 | 45 | Errbit may be a good fit for you if: |
| 11 | 46 | |
| 12 | 47 | * Your exceptions may contain sensitive data that you don't want sitting on someone else's server | ... | ... |