Parcourir la source

Create a separate category for error tracking services (#1256)

* Create a separate category for error tracking services

Created a separate category for error tracking services and added several popular tools to it.

* Sort items

* Update table of contents

* Fix names
pull/1258/head
Alexander Kartavenko il y a 1 an
Parent
révision
35292556ae
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 10 ajouts et 2 suppressions
  1. 10
    2
      README.md

+ 10
- 2
README.md Voir le fichier

@@ -38,6 +38,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
38 38
   - [Static Analysis](#static-analysis)
39 39
   - [Architectural](#architectural)
40 40
   - [Debugging and Profiling](#debugging-and-profiling)
41
+  - [Error Tracking and Monitoring Services](#error-tracking-and-monitoring-services)
41 42
   - [Build Tools](#build-tools)
42 43
   - [Task Runners](#task-runners)
43 44
   - [Navigation](#navigation)
@@ -439,7 +440,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
439 440
 
440 441
 * [APM](https://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
441 442
 * [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
442
-* [Blackfire.io](https://www.blackfire.io) - A low-overhead code profiler.
443 443
 * [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool.
444 444
 * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
445 445
 * [PCOV](https://github.com/krakjoe/pcov) - A self-contained code coverage compatible driver.
@@ -448,13 +448,21 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
448 448
 * [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
449 449
 * [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler.
450 450
 * [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
451
-* [Tideways.io](https://tideways.com/) - Monitoring and profiling tool.
452 451
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
453 452
 * [Whoops](https://github.com/filp/whoops) - A pretty error-handling library.
454 453
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
455 454
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
456 455
 * [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
457 456
 
457
+### Error Tracking and Monitoring Services
458
+*Self-hosted or cloud-based application performance monitoring & error tracking tools*
459
+
460
+* [Blackfire](https://www.blackfire.io) - A low-overhead code profiler.
461
+* [Honeybadger](https://www.honeybadger.io/) - Error Tracking & Application Monitoring for Developers.
462
+* [Rollbar](https://rollbar.com/) - Error Logging & Tracking Service for Software Teams.
463
+* [Sentry](https://sentry.io/welcome/) - Application Performance Monitoring & Error Tracking Software.
464
+* [Tideways](https://tideways.com/) - Monitoring and profiling tool.
465
+
458 466
 ### Build Tools
459 467
 *Project build and automation tools.*
460 468
 

Chargement…
Annuler
Enregistrer