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
When first calling With function on SugaredLogger and then Ctx, any further occurring logging function calls result in panic as they require skipCaller to be not nil. skipCaller is not copied/updated when calling With function. Please confirm if it is a bug
When first calling
With
function on SugaredLogger and thenCtx
, any further occurring logging function calls result in panic as they requireskipCaller
to be not nil.skipCaller
is not copied/updated when callingWith
function. Please confirm if it is a bugRelevant code link below:
opentelemetry-go-extra/otelzap/otelzap.go
Line 379 in c155edf
The text was updated successfully, but these errors were encountered: