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
Following the spec, span should provide a Record Exception method.
My suggestion: in the class TelemetrySpan we should provide two methods:
publicTelemetrySpanRecordException(Exceptionex){// TODO: actual implementation}publicTelemetrySpanRecordException(stringtype,stringmessage,stringstacktrace){// TODO: actual implementation}
With that, as spec says, add the exception as an Event.
Following the spec, span should provide a Record Exception method.
My suggestion: in the class TelemetrySpan we should provide two methods:
With that, as spec says, add the exception as an
Event
.References:
#assign me
The text was updated successfully, but these errors were encountered: