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
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
Use Case
I am using open-tracing for all distributed tracing.
Problem
When I log an error with
It just gives the error string rather than stack trace or any supporting information.
Proposal
Treat errors as objects not strings
github.com/opentracing/opentracing-go/log/field.go
replace
with
the implementers are then free to use https://godoc.org/github.com/pkg/errors#hdr-Formatted_printing_of_errors just like is used in jaeger for EmitObject
Which will give all the information
Questions to address (if any)
The text was updated successfully, but these errors were encountered: