Closed
Bug 1645913
Opened 5 years ago
Closed 5 years ago
Sentry: tag events with the ./mach command that was invoked
Categories
(Firefox Build System :: Mach Core, enhancement)
Firefox Build System
Mach Core
Tracking
(firefox79 fixed)
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: mhentges, Assigned: mhentges)
Details
Attachments
(1 file)
As mentioned by erahm in Matrix, tagging the issues with the command and args that were used could be useful.
Two benefits that I see from this are:
- It's possible to determine the command more quickly, rather than having to search through the exception stack for the
argv
variable - Tags are indexed and searchable, which would allow us to find out what failures we have for a specific command
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D80122
Updated•5 years ago
|
Assignee: nobody → mhentges
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
After playing with this, making the ./mach ...
command visible as a "breadcrumb" made more sense than as a tag.
Breadcrumbs help piece together what happened chronologically, and the first thing that happens chronologically is the user invoking mach.
Pushed by mhentges@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a021c8de1816
show mach command in Sentry breadcrumbs r=rstewart
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•