doppler icon indicating copy to clipboard operation
doppler copied to clipboard

Error on app creation, the server responded with status 400

Open dblock opened this issue 7 years ago • 0 comments

https://sentry.io/artsynet/doppler-production/issues/455180697/

in ClientApplicationsController#create, POST/client_applications

Need something like this, maybe rails generic?

rescue_from Faraday::Error::ClientError do |ex|
  Raven.extra_context(...something with ex's attributes...)
  raise ex
end

dblock avatar Feb 09 '18 18:02 dblock