server
server copied to clipboard
Buggregator is a lightweight, standalone server that offers a range of debugging features for PHP applications.
It would be nice to have an option to automatically clear events from view after a specified time, such as 1 minute, 5 minutes, or 10 minutes.
I have a PHP project and some JS on the FE, the PHP Sentry stuff works great but I've run into issues trying to get the JS side working with...
Add: - tags section - labels section - meta section
I was trying to dump a Symfony form. Buggregator fails with the following error in console: `Modules\VarDumper\Exception\InvalidPayloadException: Unable to decode the message. in /app/app/modules/VarDumper/Application/Dump/MessageParser.php at line 22` The base64 encoded...
## Issue Currently GitHub shows license type as "other" https://github.com/buggregator/server/blob/master/LICENSE ## What to change: GitHub supports BSD-4. To fix problem default file formatting should be applied to this file. https://github.com/github/choosealicense.com/blob/gh-pages/_licenses/bsd-4-clause.txt
Symfony VarDumper has the ability to generate a link to a file: [https://github.com/symfony/symfony/blob/7.1/src/Symfony/Component/VarDumper/Dumper/ContextProvider/SourceContextProvider.php#L106](https://github.com/symfony/symfony/blob/7.1/src/Symfony/Component/VarDumper/Dumper/ContextProvider/SourceContextProvider.php#L106). This will be useful if the development server is remote or is in Docker.
- add into https://github.com/ziadoz/awesome-php#debugging-and-profiling - add badge [](https://github.com/ziadoz/awesome-php#debugging-and-profiling)
Hi, I really like inspector but sentry offers similar features and it would be great to support them in Buggregator :) https://docs.sentry.io/platforms/php/tracing/instrumentation/custom-instrumentation/ Thanks and have a good day.