Logging Support is being added to hs-opentelemetry. Logging spec
Small (This PR) Context
If creating a Span drops attributes, a warning is now logged. The same goes for emitting logs. SeverityNumber was updated to be an Enum instead of a datatype containing both a number and a name. Helper functions were added for emitting logs from the hs-opentelemetry library.
Big Context
Logging Support is being added to hs-opentelemetry. Logging spec
Small (This PR) Context
If creating a
Span
drops attributes, a warning is now logged. The same goes for emitting logs.SeverityNumber
was updated to be anEnum
instead of a datatype containing both a number and a name. Helper functions were added for emitting logs from thehs-opentelemetry
library.Testing
stack build
runs