google / nel-collector

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

Move report processors into separate package #20

Closed dcreager closed 6 years ago

dcreager commented 6 years ago

This gives a nicer separate between the generic pipeline logic, and the specific processors that will be available to add via configuration files. (Some of the beefier processors, which have their own large dependencies on other Go packages, will get their own standalone packages.)