Browse Source

Update README.md

Put in AB order
pull/1356/head
Siarhei Bautrukevich 6 months ago
parent
commit
80ee1a4752
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

457
 * [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler.
457
 * [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler.
458
 * [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
458
 * [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
459
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
459
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
460
+* [Trap](https://github.com/buggregator/trap) - An extended variable dumper with web interface and [IDE plugin](https://plugins.jetbrains.com/plugin/26344-buggregator).
460
 * [Whoops](https://github.com/filp/whoops) - A pretty error-handling library.
461
 * [Whoops](https://github.com/filp/whoops) - A pretty error-handling library.
461
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
462
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
462
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
463
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
463
 * [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
464
 * [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
464
-* [Trap](https://github.com/buggregator/trap) - An extended variable dumper with web interface and [IDE plugin](https://plugins.jetbrains.com/plugin/26344-buggregator).
465
 
465
 
466
 ### Error Tracking and Monitoring Services
466
 ### Error Tracking and Monitoring Services
467
 *Self-hosted or cloud-based application performance monitoring & error tracking tools*
467
 *Self-hosted or cloud-based application performance monitoring & error tracking tools*
468
 
468
 
469
 * [Blackfire](https://www.blackfire.io) - A low-overhead code profiler.
469
 * [Blackfire](https://www.blackfire.io) - A low-overhead code profiler.
470
+* [Buggregator](https://buggregator.dev) - A debug tool that aggregates var-dumps, profiles, emails, logs, Sentry, and others.
470
 * [BugSnag](https://www.bugsnag.com/) - Error and Real User Monitoring.
471
 * [BugSnag](https://www.bugsnag.com/) - Error and Real User Monitoring.
471
 * [Honeybadger](https://www.honeybadger.io/) - Error Tracking & Application Monitoring for Developers.
472
 * [Honeybadger](https://www.honeybadger.io/) - Error Tracking & Application Monitoring for Developers.
472
 * [Rollbar](https://rollbar.com/) - Error Logging & Tracking Service for Software Teams.
473
 * [Rollbar](https://rollbar.com/) - Error Logging & Tracking Service for Software Teams.
473
 * [Sentry](https://sentry.io/welcome/) - Application Performance Monitoring & Error Tracking Software.
474
 * [Sentry](https://sentry.io/welcome/) - Application Performance Monitoring & Error Tracking Software.
474
 * [Tideways](https://tideways.com/) - Monitoring and profiling tool.
475
 * [Tideways](https://tideways.com/) - Monitoring and profiling tool.
475
-* [Buggregator](https://buggregator.dev) - A debug tool that aggregates var-dumps, profiles, emails, logs, Sentry, and others.
476
 
476
 
477
 ### Build Tools
477
 ### Build Tools
478
 *Project build and automation tools.*
478
 *Project build and automation tools.*

Loading…
Cancel
Save