pat / thinking-sphinx

Sphinx/Manticore plugin for ActiveRecord/Rails
http://freelancing-gods.com/thinking-sphinx
MIT License
1.63k stars 468 forks source link

Include instance_exec in ThinkingSphinx::Search::CORE_METHODS #1210

Closed jdelStrother closed 2 years ago

jdelStrother commented 2 years ago

I ran into this when trying to instrument ThinkingSphinx::Search#populate with NewRelic 8, where add_method_tracer :populate relies on instance_exec. This would fail because ThinkingSphinx::Search undefs all instance methods not included in a safe-list.

pat commented 2 years ago

Thanks :)