@@ -1200,6 +1200,12 @@ <h3 id="deprecation-report">Deprecation</h3>
1200
1200
</ pre >
1201
1201
</ div >
1202
1202
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
+
1203
1209
< h3 id ="intervention-report "> Intervention</ h3 >
1204
1210
1205
1211
< dfn > Intervention reports</ dfn > indicate that a user agent has decided not to
@@ -1264,6 +1270,12 @@ <h3 id="intervention-report">Intervention</h3>
1264
1270
</ pre >
1265
1271
</ div >
1266
1272
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
+
1267
1279
< h3 id ="crash-report "> Crash</ h3 >
1268
1280
1269
1281
< dfn > Crash reports</ dfn > indicate that the user was unable to continue using
@@ -1310,6 +1322,11 @@ <h3 id="crash-report">Crash</h3>
1310
1322
}
1311
1323
</ pre >
1312
1324
</ 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.
1313
1330
</ section >
1314
1331
1315
1332
< section >
0 commit comments