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
Make some changes to allow creating spans directly without using SpanBuilder in the sdk. (#71)
RecordEventsReadableSpan.startSpan() was a public method, but could not be used because of some access control limitations, solve them:
* AttributesWithCapacity methods are public now
* TraceConfig settings are now readable
0 commit comments