class LHS::Interceptors::ExtendedRollbar::Interceptor

Public Instance Methods

after_response() click to toggle source
# File lib/lhs/interceptors/extended_rollbar/interceptor.rb, line 11
def after_response
  return unless LHS::Interceptors::ExtendedRollbar::ThreadRegistry.log
  LHS::Interceptors::ExtendedRollbar::ThreadRegistry.log.push(request: request, response: response)
end