Class: Raygun::Apm::Event::ThreadStarted

Inherits:
Raygun::Apm::Event show all
Defined in:
lib/raygun/apm/event.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



13
14
15
# File 'lib/raygun/apm/event.rb', line 13

def inspect
  super + " parent_tid:#{self[:parent_tid]}"
end