Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,12 @@ <h3 id="deprecation-report">Deprecation</h3>
</pre>
</div>

Note: Deprecation reports are always delivered to the <a>endpoint group</a>
named <code>default</code>; there is currently no way to override this. If
you want to receive other kinds of reports, but not deprecation reports, make
sure to use a different name for the endpoint group that you choose for those
reports.

<h3 id="intervention-report">Intervention</h3>

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

Note: Intervention reports are always delivered to the <a>endpoint group</a>
named <code>default</code>; there is currently no way to override this. If
you want to receive other kinds of reports, but not intervention reports, make
sure to use a different name for the endpoint group that you choose for those
reports.

<h3 id="crash-report">Crash</h3>

<dfn>Crash reports</dfn> indicate that the user was unable to continue using
Expand Down Expand Up @@ -1310,6 +1322,11 @@ <h3 id="crash-report">Crash</h3>
}
</pre>
</div>

Note: Crash reports are always delivered to the <a>endpoint group</a> named
<code>default</code>; there is currently no way to override this. If you want
to receive other kinds of reports, but not crash reports, make sure to use a
different name for the endpoint group that you choose for those reports.
</section>

<section>
Expand Down