module Rollbar::ThreadPlugin
Public Class Methods
Source
# File lib/rollbar/plugins/thread.rb, line 4 def initialize(*args) self[:_rollbar_notifier] ||= Rollbar.notifier.scope super end
Calls superclass method
# File lib/rollbar/plugins/thread.rb, line 4 def initialize(*args) self[:_rollbar_notifier] ||= Rollbar.notifier.scope super end