class Airbrake::Truncator

def stringify_object(object)

def stringify_object(object)
  object.to_json
rescue *Notice::JSON_EXCEPTIONS
  object.to_s
end