module Rollbar::ThreadPlugin

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/rollbar/plugins/thread.rb, line 4
def initialize(*args)
  self[:_rollbar_notifier] ||= Rollbar.notifier.scope
  super
end