Closed
Bug 1500062
Opened 6 years ago
Closed 6 years ago
[remote-dbg-next] Add middleware to log failed async actions to the console
Categories
(DevTools :: about:debugging, enhancement, P1)
DevTools
about:debugging
Tracking
(firefox65 fixed)
RESOLVED
FIXED
Firefox 65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(1 file, 1 obsolete file)
We have consistently used actions split asynchronous actions in three states:
- ACTION_START
- ACTION_SUCCESS
- ACTION_FAILURE
However right now we don't do react to the FAILURE of any action. We could add a middleware that would log the failure to the console.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D9089
Updated•6 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Priority: -- → P1
Updated•6 years ago
|
Attachment #9018234 -
Attachment is obsolete: true
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3a7ba1fe0277
Add error logging middleware to new aboutdebugging;r=ladybenko,daisuke
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
You need to log in
before you can comment on or make changes to this bug.
Description
•