Browse Source

Merge 80ee1a4752 into 4e5fb6e6f7

pull/1356/merge
Siarhei Bautrukevich 1 month ago
parent
commit
b7f23f9f46
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README.md

+ 2
- 0
README.md View File

458
 * [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler.
458
 * [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler.
459
 * [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
459
 * [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
460
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
460
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
461
+* [Trap](https://github.com/buggregator/trap) - An extended variable dumper with web interface and [IDE plugin](https://plugins.jetbrains.com/plugin/26344-buggregator).
461
 * [Whoops](https://github.com/filp/whoops) - A pretty error-handling library.
462
 * [Whoops](https://github.com/filp/whoops) - A pretty error-handling library.
462
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
463
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
463
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
464
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
467
 *Self-hosted or cloud-based application performance monitoring & error tracking tools*
468
 *Self-hosted or cloud-based application performance monitoring & error tracking tools*
468
 
469
 
469
 * [Blackfire](https://www.blackfire.io) - A low-overhead code profiler.
470
 * [Blackfire](https://www.blackfire.io) - A low-overhead code profiler.
471
+* [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.
472
 * [BugSnag](https://www.bugsnag.com/) - Error and Real User Monitoring.
471
 * [Honeybadger](https://www.honeybadger.io/) - Error Tracking & Application Monitoring for Developers.
473
 * [Honeybadger](https://www.honeybadger.io/) - Error Tracking & Application Monitoring for Developers.
472
 * [Rollbar](https://rollbar.com/) - Error Logging & Tracking Service for Software Teams.
474
 * [Rollbar](https://rollbar.com/) - Error Logging & Tracking Service for Software Teams.

Loading…
Cancel
Save