noahd1 / oink

Log parser to identify actions which significantly increase VM heap size
MIT License
1.18k stars 71 forks source link

Oink doesn't work with Sequel #43

Open HoneyryderChuck opened 8 years ago

HoneyryderChuck commented 8 years ago

I'm replacing ActiveRecord with Sequel while still using rails. This gem breaks stuff.

I would like to use it, though. One suggestion could be not load the activerecord instrumentation unless defined?(ActiveRecord) while giving me the possibility of adding my own custom (or gem-specific) sequel instrumentation. How does that sound?