server icon indicating copy to clipboard operation
server copied to clipboard

Buggregator is a lightweight, standalone server that offers a range of debugging features for PHP applications.

Results 60 server issues
Sort by recently updated
recently updated
newest added

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.

enhancement
for contributors

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...

help wanted
module [Sentry]

for contributors
c: medium
module [Http-dump]

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...

bug
module [var-dump]

for contributors
c: medium

## 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

documentation
c: easy

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 [![Awesome PHP](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/ziadoz/awesome-php#debugging-and-profiling)

for contributors
c: easy

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.

module [Sentry]