Skip to content

Feature: Distinguish user-triggered vs system-triggered requests #35

@brakit-ai

Description

@brakit-ai

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions