Open Bug 1911435 Opened 3 months ago Updated 2 months ago

Figure out how to make netmonitor get stack traces of async image requests (e.g. those from bug 1076583)

Categories

(DevTools :: Netmonitor, defect)

defect

Tracking

(Not tracked)

People

(Reporter: emilio, Unassigned, NeedInfo)

References

Details

In the patches from bug 1076583 I had to make some DevTools changes because we're no longer able to get stack traces from image loads.

The issue is that per spec the load happens off a microtask.

We probably need something similar to https://phabricator.services.mozilla.com/D218416.

Do you know how DevTools stack traces are collected? Also, are they collected only when DevTools are open, or always?

Flags: needinfo?(nchevobbe)

For network stacktraces I think it's different and we get them asynchronously, but I don't know network much, bomsy might help here

Flags: needinfo?(nchevobbe) → needinfo?(hmanilla)
No longer blocks: 1076583
See Also: → 1076583
You need to log in before you can comment on or make changes to this bug.