-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could there be a way to collect Crash/Intervention reports without collecting Depreciation reports? #263
Comments
We should probably have a way to configure deprecation/intervention/crash reports independently of each other. I'm not sure where that configuration should go; maybe we should discuss in the WG. |
Yes, I completely agree. It's also somewhat odd to me that you only receive deprecation, intervention etc. reports to the There's a similar proposal for NEL so perhaps the same syntax could be used in both for consistency. |
That's still the case -- it made it really easy to configure, with the old |
Could there be overlap between this and #45? Allowing sampling control per report type would probably handle both this issue and that one? |
I also add the following sample image. The volume received from type intervention is ~500% over the other ones, and, in our case, is useless: I think that the network-error Taking the same syntax proposed in w3c/network-error-logging#133 could solve the problem inside the network-error body, but maybe it's easier to define a nel header to cover all the types. For example:
|
Or any other combination of the above?
I ask because a proxy downstream of my site appears to be adding the
Expect-CT
header, which is causing my reporting server to be spammed with "Expect-CT is depreciated" depreciation reports. To stop the flood of reports, I have no choice but to stop collecting Depreciation, Intervention and Crash reports - when I only actually want to stop collecting Depreciation reports (or at least stop receiving that one report).I can't contact the proxy (I don't even know for sure it exists or which of my clients might be using it), and I can't add a filter to the reporting server (it's a third-party service).
The text was updated successfully, but these errors were encountered: