Linh Nguyen
Results
1
issues of
Linh Nguyen
Currently all APIs accept a `toErrorStatus: PartialFunction[E, StatusCode]` and then set the `Span`'s `Status` like this: https://github.com/zio/zio-telemetry/blob/d59c6a7d4a7cdce95e30cbe9788fc27e1f13b794/opentelemetry/src/main/scala/zio/telemetry/opentelemetry/Tracing.scala#L46-L53 The default is `Map.empty`, meaning that for any defect or failure, we set...