From 85b2373a9c1f0a2e78d1590fccd66096315d459d Mon Sep 17 00:00:00 2001 From: Douglas Creager Date: Fri, 12 Oct 2018 14:47:56 -0400 Subject: [PATCH] Clarify endpoint group used for predefined types Hint: it's `default`. Issue #125 --- index.src.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/index.src.html b/index.src.html index d361fca..4f3b575 100644 --- a/index.src.html +++ b/index.src.html @@ -1200,6 +1200,12 @@

Deprecation

+ Note: Deprecation reports are always delivered to the endpoint group + named default; 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. +

Intervention

Intervention reports indicate that a user agent has decided not to @@ -1264,6 +1270,12 @@

Intervention

+ Note: Intervention reports are always delivered to the endpoint group + named default; 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. +

Crash

Crash reports indicate that the user was unable to continue using @@ -1310,6 +1322,11 @@

Crash

} + + Note: Crash reports are always delivered to the endpoint group named + default; 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.