Class: Rollbar::Truncation::RawStrategy

Inherits:
Object
  • Object
show all
Includes:
Mixin
Defined in:
lib/rollbar/truncation/raw_strategy.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Mixin

#dump, #select_frames, #truncate?

Class Method Details

.call(payload) ⇒ Object



8
9
10
# File 'lib/rollbar/truncation/raw_strategy.rb', line 8

def self.call(payload)
  new.call(payload)
end

Instance Method Details

#call(payload) ⇒ Object



12
13
14
# File 'lib/rollbar/truncation/raw_strategy.rb', line 12

def call(payload)
  dump(payload)
end