lib/google/cloud/trace/async_reporter.rb in google-cloud-trace-0.30.0 vs lib/google/cloud/trace/async_reporter.rb in google-cloud-trace-0.31.0
- old
+ new
@@ -75,10 +75,10 @@
traces = wait_next_item
return if traces.nil?
begin
service.patch_traces traces
- rescue => e
+ rescue StandardError => e
warn ["#{e.class}: #{e.message}", e.backtrace].join("\n\t")
@last_exception = e
end
end