Closed
Description
Coming from artsy/doppler#136. Somewhere a Rails controller throws a Faraday::Error::ClientError
. That gets logged with a generic to_s
like "The server returned 400". We want the body of that response in Sentry.
What's the best way to accomplish that (customize what gets reported per type of StandardError) generically in a Rails app?