Aug 23, 2024
Don't report broken pipe errors from webservers
Ruby3.13.1
Changed
- Ignore
Errno::EPIPE
errors when instrumenting response bodies. We've noticed this error gets reported when the connection is broken between server and client. This happens in normal scenarios so we'll ignore this error in this scenario to avoid error reports from errors that cannot be resolved.
View the Ruby gem v3.13.1 changelog for more information.