module NetuitiveRailsAgent

Important! ruby rescue logic is expensive. This class is intended to be used as a catch all, because we don't want any errors to not be logged or worse to bubble up to the host application. That *doesn't* mean we should be throwing exceptions rather than guarding against them From the benchmarks I've read it seems like rescues are free if no exception is thrown