Skip to content

Commit f28f808

Browse files
Add Authors to Aggregate Debug Reporting explainer (#1482)
1 parent c6e2c79 commit f28f808

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

aggregate_debug_reporting.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,29 @@
44
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
55
**Table of Contents**
66

7-
- [Aggregate Debug Reporting](#aggregate-debug-reporting)
8-
- [Introduction](#introduction)
9-
- [API changes](#api-changes)
10-
- [Opting-in aggregate debug reporting](#opting-in-aggregate-debug-reporting)
11-
- [Aggregatable debug reports](#aggregatable-debug-reports)
12-
- [Encrypted payload](#encrypted-payload)
13-
- [Privacy and Security](#privacy-and-security)
14-
- [Contribution bounding and budgeting](#contribution-bounding-and-budgeting)
15-
- [Make count of reports deterministic with null reports](#make-count-of-reports-deterministic-with-null-reports)
16-
- [Rate limits](#rate-limits)
17-
- [No reporting delay](#no-reporting-delay)
18-
- [Future considerations](#future-considerations)
19-
- [Report verification with debug context ID](#report-verification-with-debug-context-id)
20-
- [Application to aggregate error reporting for the Private Aggregation API](#application-to-aggregate-error-reporting-for-the-private-aggregation-api)
7+
- [Authors](#authors)
8+
- [Introduction](#introduction)
9+
- [API changes](#api-changes)
10+
- [Opting-in aggregate debug reporting](#opting-in-aggregate-debug-reporting)
11+
- [Aggregatable debug reports](#aggregatable-debug-reports)
12+
- [Encrypted payload](#encrypted-payload)
13+
- [Privacy and Security](#privacy-and-security)
14+
- [Contribution bounding and budgeting](#contribution-bounding-and-budgeting)
15+
- [Make count of reports deterministic with null reports](#make-count-of-reports-deterministic-with-null-reports)
16+
- [Rate limits](#rate-limits)
17+
- [No reporting delay](#no-reporting-delay)
18+
- [Future considerations](#future-considerations)
19+
- [Report verification with debug context ID](#report-verification-with-debug-context-id)
20+
- [Application to aggregate error reporting for the Private Aggregation API](#application-to-aggregate-error-reporting-for-the-private-aggregation-api)
2121

2222
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2323

24+
## Authors
25+
26+
* John Delaney ([email protected])
27+
* Arpana Hosabettu ([email protected])
28+
* Nan Lin ([email protected])
29+
2430
## Introduction
2531

2632
The [transitional debugging reports](https://github.com/WICG/attribution-reporting-api/blob/main/EVENT.md#optional-transitional-debugging-reports),

0 commit comments

Comments
 (0)