diff --git a/README.md b/README.md index 3fbcac1..be2cb6c 100644 --- a/README.md +++ b/README.md @@ -439,7 +439,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [APM](https://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://www.blackfire.io) - A low-overhead code profiler. * [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool. * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library. * [PCOV](https://github.com/krakjoe/pcov) - A self-contained code coverage compatible driver. @@ -448,13 +447,21 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework. * [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler. * [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component. -* [Tideways.io](https://tideways.com/) - Monitoring and profiling tool. * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library. * [Whoops](https://github.com/filp/whoops) - A pretty error-handling library. * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP. * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook. * [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server. +### Error Tracking and Monitoring Services +*Self-hosted or cloud-based application performance monitoring & error tracking tools* + +* [Blackfire.io](https://www.blackfire.io) - A low-overhead code profiler. +* [Tideways.io](https://tideways.com/) - Monitoring and profiling tool. +* [Honeybadger](https://www.honeybadger.io/) - Error Tracking & Application Monitoring for Developers. +* [Sentry](https://sentry.io/welcome/) - Application Performance Monitoring & Error Tracking Software. +* [Rollbar](https://rollbar.com/) - Error Logging & Tracking Service for Software Teams. + ### Build Tools *Project build and automation tools.*