Closed slashmo closed 4 years ago
It would be actually interesting to ask on the opentelemetry spec, you could ask there for advice what we should do -- Error
in swift are just values, we do not have stacktraces for them and generally they're called errors -- should we anyway record them as exceptions for nicer interop with the rest of the ecosystem?
Adds
recordError(type:String?,message:String?)
toSpan
with default implementation to record errors asSpanEvent
s.Closes #90