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.