Commit 02d23fd
[console] Append optional issue summary to error messages.
Note that this will also be sent as part of the prompt for Console
Insights and should make it more likely that Console Insights gives a
useful response for a failed fetch (due to CORS policy violations).
Currently the `issueSummary` information is only sent by Chrome when the
`DevToolsImprovedNetworkError` feature is enabled.
Fixed: 371523542
Screenshot: https://i.imgur.com/iUdAPNI.png
Change-Id: I7495a7727547167f40df66bce72a6131524c51ae
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6021664
Auto-Submit: Benedikt Meurer <[email protected]>
Commit-Queue: Danil Somsikov <[email protected]>
Reviewed-by: Danil Somsikov <[email protected]>1 parent ff3d577 commit 02d23fd
File tree
2 files changed
+48
-0
lines changed- front_end/panels/console
2 files changed
+48
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
23 | 48 | | |
24 | 49 | | |
25 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
224 | 242 | | |
225 | 243 | | |
226 | 244 | | |
| |||
1704 | 1722 | | |
1705 | 1723 | | |
1706 | 1724 | | |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
1707 | 1730 | | |
1708 | 1731 | | |
1709 | 1732 | | |
| |||
0 commit comments