Module: Telegram::Bot::UpdatesController::Instrumentation::ClassMethods

Defined in:
lib/telegram/bot/updates_controller/instrumentation.rb

Instance Method Summary collapse

Instance Method Details

#log_process_action(_payload) ⇒ Object

A hook which allows other frameworks to log what happened during controller process action. This method should return an array with the messages to be added. :api: plugin



79
80
81
# File 'lib/telegram/bot/updates_controller/instrumentation.rb', line 79

def log_process_action(_payload) #:nodoc:
  []
end