in src/channel.rs [80:84]
fn report(&self, item: CollectItem) { if let Err(err) = self.try_report(item) { error!(?err, "channel send failed"); } }