buggregator / server

Buggregator is a lightweight, standalone server that offers a range of debugging features for PHP applications.
https://buggregator.dev/
Other
682 stars 24 forks source link

[Feature Request] Add channels #158

Open iGrog opened 5 months ago

iGrog commented 5 months ago

It would be cool to add the ability to specify a "channel" where to send trap messages. This means that it would be possible to receive not a single "stream" of all events, but rather separated by channels.

Another cool feature for the UI would be to display messages from different channels side by side in separate columns, but synchronized by time. Something like this:

image

butschster commented 5 months ago

Hi @iGrog,

We have a similar request regarding Projects, as discussed here: https://github.com/orgs/buggregator/discussions/148. I'm currently working on it. The backend implementation is complete and has been released with a dev tag. Now, the final step is to implement it on the frontend side.

butschster commented 5 months ago

And I like the idea with columns separation!