Pogr-io / pogr_tracing_rs

pogr_tracing_rs is a Crate to allow log collection from the tracing crate, easy and simple.
https://pogr.io
MIT License
0 stars 0 forks source link

if the log request fails to send or if the response cannot be deserialized. (Rust Gamedev [Marwen]) #1

Open Bioblaze opened 8 months ago

Bioblaze commented 8 months ago

https://github.com/Pogr-io/pogr_tracing_rs/blob/master/src/lib.rs#L468

Bioblaze commented 8 months ago

a single network error may crash the entire app (given you're not using panic handlers around logs). The same is true for the response handling.