Skip to content

Commit 6fb92dc

Browse files
authored
Clarify endpoint group used for predefined types (#128)
Hint: it's `default`. Closes #125
1 parent 393afa7 commit 6fb92dc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

index.src.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,12 @@ <h3 id="deprecation-report">Deprecation</h3>
12001200
</pre>
12011201
</div>
12021202

1203+
Note: Deprecation reports are always delivered to the <a>endpoint group</a>
1204+
named <code>default</code>; there is currently no way to override this. If
1205+
you want to receive other kinds of reports, but not deprecation reports, make
1206+
sure to use a different name for the endpoint group that you choose for those
1207+
reports.
1208+
12031209
<h3 id="intervention-report">Intervention</h3>
12041210

12051211
<dfn>Intervention reports</dfn> indicate that a user agent has decided not to
@@ -1264,6 +1270,12 @@ <h3 id="intervention-report">Intervention</h3>
12641270
</pre>
12651271
</div>
12661272

1273+
Note: Intervention reports are always delivered to the <a>endpoint group</a>
1274+
named <code>default</code>; there is currently no way to override this. If
1275+
you want to receive other kinds of reports, but not intervention reports, make
1276+
sure to use a different name for the endpoint group that you choose for those
1277+
reports.
1278+
12671279
<h3 id="crash-report">Crash</h3>
12681280

12691281
<dfn>Crash reports</dfn> indicate that the user was unable to continue using
@@ -1310,6 +1322,11 @@ <h3 id="crash-report">Crash</h3>
13101322
}
13111323
</pre>
13121324
</div>
1325+
1326+
Note: Crash reports are always delivered to the <a>endpoint group</a> named
1327+
<code>default</code>; there is currently no way to override this. If you want
1328+
to receive other kinds of reports, but not crash reports, make sure to use a
1329+
different name for the endpoint group that you choose for those reports.
13131330
</section>
13141331

13151332
<section>

0 commit comments

Comments
 (0)