Open parsonsmatt opened 1 year ago
Currently if I do an inSpan and then exitSuccess, it'll report that the span was an error. This is beacuse Haskell implements exitSucces by throwing an exception, which hs-opentelemetry records as an exception on the event.
inSpan
exitSuccess
exitSucces
hs-opentelemetry
Currently if I do an
inSpan
and thenexitSuccess
, it'll report that the span was an error. This is beacuse Haskell implementsexitSucces
by throwing an exception, whichhs-opentelemetry
records as an exception on the event.