buggregator / frontend

Buggregator UI
https://buggregator.dev/
14 stars 8 forks source link

Multiple project support #139

Closed butschster closed 1 month ago

butschster commented 4 months ago

Discussed in https://github.com/orgs/buggregator/discussions/148

Originally posted by **indykoning** April 26, 2024 When developing multiple applications for a single project this works fantastic, not only aggregating the different outputs from debugging software but also aggregating of these for the applications so you have a good timeline of what each application was up to when debugging. Running this locally you have no choice but aggregate every project into the same overview, unless you run multiple buggregator instances on different ports. I think it would be nice to have a dropdown to switch projects in buggregator, kind of like how you can have different projects in Sentry. Some ways we could separate events into projects are: - auth username and/or password (Ray, SMTP, Profiler. Inspector, Sentry, Http Dumps) - url variable (Inspector, Sentry) - ? (monolog, VarDumper) e.g. Profiler also supports an application name & Inspector supports an ingestion key
Kreezag commented 1 month ago

Need to implement #212 before close this issue