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
I added support for Trace and Span which are ULID by default.
For now, Span are not exported from ToMap(), Format(), Marshal() and LogValuer. Is this expected and how should we format it?
2 options come to my mind:
add Span to each the stack trace and source fragments
return a list of Span from the .Span() getter (not very useful since there is no context provided to each Span)
Currently, the .Span() getter only returns the Span of the parent oops.OopsError. The Trace is generated lazily by the getter only if none was provided.
The text was updated successfully, but these errors were encountered:
I added support for Trace and Span which are ULID by default.
For now, Span are not exported from
ToMap()
,Format()
,Marshal()
andLogValuer
. Is this expected and how should we format it?2 options come to my mind:
.Span()
getter (not very useful since there is no context provided to each Span)Currently, the
.Span()
getter only returns the Span of the parentoops.OopsError
. The Trace is generated lazily by the getter only if none was provided.The text was updated successfully, but these errors were encountered: