module Frenchy::Instrumentation::ControllerRuntime
Protected Instance Methods
append_info_to_payload(payload)
click to toggle source
Calls superclass method
# File lib/frenchy/instrumentation.rb, line 38 def append_info_to_payload(payload) super payload[:frenchy_runtime] = Frenchy::Instrumentation::LogSubscriber.runtime end