Add stacktrace to "network.Initiator" type for "network.BeforeRequestSent"
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Tracking
(Not tracked)
People
(Reporter: jdescottes, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m18])
Split from Bug 1805479, adding the stacktrace information will be a bit more complicated as we need to fetch the information from the content process.
Comment 1•1 year ago
|
||
Looks like the initiator is only used for network.BeforeRequestSent
| Reporter | ||
Comment 2•1 year ago
|
||
Check with Alex if this is a blocker for puppeteer.
| Reporter | ||
Comment 3•1 year ago
|
||
Alex: for network event's initiator information, it's a bit more complicated for us to add support for the stacktrace because the information is not available in the same process as the one where we detect the network events. So in the beginning we would like to only add the initiator type.
Do you think having stacktrace information should be a blocker for puppeteer support? I can see there are not too many puppeteer tests around the initiator, so not sure if this is heavily used or not.
Comment 4•1 year ago
|
||
We currently expose the stackTrace to the end users. I don't have more info than that but it looks like https://github.com/puppeteer/puppeteer/issues/1395 people use the stack as well as the type.
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•8 months ago
|
| Reporter | ||
Updated•5 months ago
|
| Reporter | ||
Updated•5 months ago
|
Updated•2 months ago
|
Description
•