Commit 53407e8b43490e332e2ff8092b7beba3bc9e07f8
1 parent
53b9eee8
Exists in
master
and in
1 other branch
Add mention of errbit-php in README
Showing
1 changed file
with
13 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -384,6 +384,19 @@ or you can set up the GitHub Issues tracker for your **Self.Errbit** app: |
384 | 384 | * You can now easily post bug reports to GitHub Issues by clicking the **Create Issue** button on a **Self.Errbit** error. |
385 | 385 | |
386 | 386 | |
387 | +Use Errbit with applications written in other languages | |
388 | +------------------------------------------------------- | |
389 | + | |
390 | +In theory, any Airbrake-compatible error catcher for other languages should work with Errbit. | |
391 | +Solutions known to work are listed below: | |
392 | + | |
393 | +<table> | |
394 | + <tr> | |
395 | + <th>PHP (>= 5.3)</th> | |
396 | + <td>https://github.com/flippa/errbit-php</td> | |
397 | + </tr> | |
398 | +</table> | |
399 | + | |
387 | 400 | TODO |
388 | 401 | ---- |
389 | 402 | ... | ... |