Class: DHS::Interceptors::ExtendedRollbar::Handler
- Inherits:
-
Object
- Object
- DHS::Interceptors::ExtendedRollbar::Handler
- Defined in:
- lib/dhs/interceptors/extended_rollbar/handler.rb
Defined Under Namespace
Modules: ExtendedLogging
Class Method Summary collapse
Class Method Details
.init ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/dhs/interceptors/extended_rollbar/handler.rb', line 8 def self.init proc do || # 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 |