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
This release introduces new Tracer.fastStartSpan alternative to startSpan for invocations which do not need the returned OpenSpan object. Error prone will helpfully validate that startSpan is only used when the return value is checked.
[improvement] use of factory method to avoid OpenSpan.Builder allocations (#167)
[improvement] Tracer spans are inexpensive for unsampled operations (#180)
[improvement] Refactor Tracer.initTrace to take enum instead of optional boolean (#166)
[improvement] Allow setting observable flag when wrapping with new trace (#163)