class LHS::Interceptors::ExtendedRollbar::Handler

Public Class Methods

init() click to toggle source
# File lib/lhs/interceptors/extended_rollbar/handler.rb, line 8
def self.init
  proc do |options|
    # as handlers cant influence what actually is reported to rollbar
    # this just makes sure that Rollbar is already loaded when this class is loaded,
    # so that we can extend rollbar loging
  end
end