Skip to content

Commit 8bdbee4

Browse files
authored
DevTools 98 > Mention endpoints in Reporting API (GoogleChrome#2986)
* mention endpoints in Reporting API * 3 sections of the Reporting API
1 parent 780aaf1 commit 8bdbee4

File tree

1 file changed

+13
-3
lines changed
  • site/en/docs/devtools/javascript/background-services

1 file changed

+13
-3
lines changed

site/en/docs/devtools/javascript/background-services/index.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,19 @@ To view the reports generated by a page:
168168

169169
{% Img src="image/NJdAV9UgKuN8AhoaPBquL7giZQo1/ajygmfGudWXWRIwVgm8M.png", alt="Reports listed in the Reporting API", width="800", height="513" %}
170170

171-
1. Click on a report to see its body.
172-
173-
### Report status
171+
The **Reporting API** tab is divided into three parts:
172+
173+
- The **Reports** table with the following information on each report:
174+
- **URL** that caused the report generation
175+
- Violation **Type**
176+
- [Report **Status**](#report-status)
177+
- **Destination** endpoint
178+
- **Generated at** timestamp
179+
- Report **Body**
180+
- The **Report body** preview section. To preview a report body, click on a report in the table above.
181+
- The **Endpoints** section with an overview of all the endpoints configured in the `Reporting-Endpoints` header.
182+
183+
### Report status {: #report-status }
174184

175185
The **Status** column tells you whether Chrome sent the report successfully, is about to send it, or failed.
176186

0 commit comments

Comments
 (0)