class DHS::Interceptors::ExtendedRollbar::Interceptor

Public Instance Methods

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