class ElasticAPM::Spies::ActionDispatchSpy

@api private

Public Instance Methods

install() click to toggle source
# File lib/elastic_apm/spies/action_dispatch.rb, line 35
def install
  ::ActionDispatch::ShowExceptions.prepend(Ext)
end