Closed ktoso closed 1 year ago
Motivation: It can be used to attach more information bout the error, like its stacktrace and similar information.
This is also supported by the otel spec, so we're aligning closer with it here.
Modifications:
Change the recordError to accept optional span attributes
Result:
more powerful record error API
resolves https://github.com/apple/swift-distributed-tracing/issues/45
Motivation: It can be used to attach more information bout the error, like its stacktrace and similar information.
This is also supported by the otel spec, so we're aligning closer with it here.
Modifications:
Change the recordError to accept optional span attributes
Result:
more powerful record error API
resolves https://github.com/apple/swift-distributed-tracing/issues/45