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
setSpanAttributes should only be called if the span is non-nil. I think this might happen if the span's End method is called twice, since the span field is never set to nil.
The text was updated successfully, but these errors were encountered:
apm-agent-go/module/apmotel/span.go
Line 252 in 90a5963
setSpanAttributes
should only be called if the span is non-nil. I think this might happen if the span's End method is called twice, since thespan
field is never set to nil.The text was updated successfully, but these errors were encountered: