From 7e61f30e155a1063ed5bfc3db3dd14744fc6fc25 Mon Sep 17 00:00:00 2001 From: Don Pinkus Date: Wed, 6 Sep 2017 13:21:08 -0700 Subject: [PATCH] Added Bugsnag to Debugging / Profiling --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0bffeb..0227880 100644 --- a/README.md +++ b/README.md @@ -423,6 +423,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [APM](http://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD. * [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome. * [Blackfire.io](https://blackfire.io) - A low-overhead code profiler. +* [BugSnag](https://www.bugsnag.com/platforms/php/) - Logs bugs. Includes useful debugging info like session, release, etc. Has a free tier / is free for open source. * [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool. * [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console. * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.