zipkin-js
zipkin-js copied to clipboard
Fix bug where exceptions in other middleware are being swallowed
In zipkin-instrumentation-koa, by calling next().catch()
we catch any exceptions in the next middleware
if we are going to catch them we should throw again so that
they can be handled elsewhere.
is there a way we can update the tests so they fail without this fix?