Agilefreaks / Aquarium

An AOP library for Ruby
https://rubygems.org/gems/aquarium/
148 stars 24 forks source link

Don't munge backtraces by default, but put a hook there for easy development overrides. #32

Closed redterror closed 12 years ago

redterror commented 13 years ago

Subject says pretty much all. We started using aquarium for some monitoring instrumentation code in our apps, and occassionally our stuff with throw an exception on an error. Reading the ~100+ lines of debug output from the join points wasn't much fun, so I worked this up to address it. Let me know what you think.