opentracing-contrib / java-jdbc

OpenTracing Instrumentation for JDBC
Apache License 2.0
82 stars 56 forks source link

when error occurs,it does not report error span #19

Closed wuyupengwoaini closed 6 years ago

wuyupengwoaini commented 6 years ago

https://github.com/opentracing-contrib/java-jdbc/blob/dc5973776072b81fb88daafc72f68ec20e840144/src/main/java/io/opentracing/contrib/jdbc/TracingStatement.java#L75-L79

all jdbc accesses have this problem

malafeev commented 6 years ago

fixed