Closed nilslice closed 8 months ago
Updates the Go APIs to use the latest names.
Also, without the new check and minimum default setting in trace_ctx.go, any custom setting to the observe trace config options without ChannelBufferSize would use its zero value (0), and would block the SDK from handling events.
trace_ctx.go
ChannelBufferSize
Updates the Go APIs to use the latest names.
Also, without the new check and minimum default setting in
trace_ctx.go
, any custom setting to the observe trace config options withoutChannelBufferSize
would use its zero value (0), and would block the SDK from handling events.