Currently brakit traces everything coming through the HTTP server. Background jobs and cron tasks won't show up unless they make an HTTP call, but there's no explicit distinction between user-triggered and system-triggered requests.
Proposed:
- Tag or group system-triggered requests separately
- Visual distinction in the dashboard (different color,
separate section, or filter toggle)
- Auto-detect common patterns (webhooks, cron, health
checks, queue workers)
This would make debugging user flows much clearer in apps with background processing.
Raised from community feedback.
Currently brakit traces everything coming through the HTTP server. Background jobs and cron tasks won't show up unless they make an HTTP call, but there's no explicit distinction between user-triggered and system-triggered requests.
Proposed:
separate section, or filter toggle)
checks, queue workers)
This would make debugging user flows much clearer in apps with background processing.
Raised from community feedback.