otel_talker 0.1.0
otel_talker: ^0.1.0 copied to clipboard
OpenTelemetry log bridge for package:talker. Mirrors every Talker log, error and exception into the OTel logs pipeline while Talker keeps rendering its dev-friendly output.
Changelog #
0.1.0 - 2026-08-10 #
Added #
OTelTalkerObserver— apackage:talkerTalkerObserverthat mirrors every log / error / exception into the OpenTelemetry logs pipeline.- Severity mapping (verbose → TRACE, debug → DEBUG, info → INFO, warning → WARN, error → ERROR, critical → FATAL).
exception.type/exception.message/exception.stacktraceattributes forTalkerErrorandTalkerExceptionentries.- Zone-scoped instrumentation suppression via
runWithoutTalkerInstrumentation(). - Runnable example under
example/.
Changed #
- Requires
talker^5.0.0. - Exception attribute keys now come from the semantic-conventions
registry enums (
ExceptionAttributes) instead of string literals (emitted keys are unchanged).