You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So we are actually trying to prevent bad use of the API:
try (Scopescope = tracer.spanBuilder("myOperation").startScopedSpan()) {
} catch (IOExceptione) {
// scope/span are gone, there's no way to report errors.
}
As part of OT 0.32 we deprecated a few members (opentracing/opentracing-java#291 details the reasons to do this).
As part of this, I'd also like to see
startScopedSpan()
gone.The text was updated successfully, but these errors were encountered: