etsy / oculus

The metric correlation component of Etsy's Kale system
http://codeascraft.com/2013/06/11/introducing-kale/
Other
707 stars 72 forks source link

Adds HelperError rescue class #7

Closed nicholaskuechler closed 11 years ago

nicholaskuechler commented 11 years ago

The missing HelperError rescue class obfuscates the real problem or error should one arise in the web app.

For example, with the HelperError rescue class in place I can see this error:

Redis::CannotConnectError at /
Error connecting to Redis on 11.22.33.44:6379 (ECONNREFUSED)

But without the class I only see:

NameError at /
uninitialized constant Oculusweb::HelperError
jonlives commented 11 years ago

Thanks for this, good catch - no idea how I missed that :p