Module: Telegram::Bot::UpdatesController::Instrumentation::ClassMethods
- Defined in:
- lib/telegram/bot/updates_controller/instrumentation.rb
Instance Method Summary collapse
-
#log_process_action(_payload) ⇒ Object
A hook which allows other frameworks to log what happened during controller process action.
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
81 82 83 |
# File 'lib/telegram/bot/updates_controller/instrumentation.rb', line 81 def log_process_action(_payload) # :nodoc: [] end |