When an error bubbles up from this line the trace spans are never flushed
https://github.com/openzipkin/zipkin-ruby/blob/master/lib/zipkin-tracer/sidekiq/middleware.rb#L31
This results in spans missing from the trace context in a Zipkin UI.
Was this behavior intentional?