lib/fiveruns/dash/session.rb in fiveruns-dash-ruby-0.8.8 vs lib/fiveruns/dash/session.rb in fiveruns-dash-ruby-0.8.9

- old
+ new

@@ -62,10 +62,10 @@ # Return any metrics which are not abstract and should be sent to the server metric_payload = (real_data + virtual_data).find_all { |data| !data[:abstract] } #puts "Sending #{metric_payload.map { |met| [met[:name], met[:values].size] }.inspect} metrics" metric_payload end - + def exception_data exception_recorder.data end def exception_recorder \ No newline at end of file