google / nel-collector

Network Error Logging (NEL) collector
https://wicg.github.io/network-error-logging/
Apache License 2.0
38 stars 17 forks source link

Allow multiple named annotations #13

Closed dcreager closed 6 years ago

dcreager commented 6 years ago

Instead of having a single Annotation field on reports and batches, there's now a separate map-like class that we embed in each of them, which lets you define several independent named annotations. This will make is easier to different "groups" of processors that operate on different annotations, without having them conflict with each other.