opentelemetry-js-contrib icon indicating copy to clipboard operation
opentelemetry-js-contrib copied to clipboard

Instrumentation to capture console logs as OTel logs

Open martinkuba opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe

This is a feature request to capture console logs and send them to OTLP backends using the OTel Logs API/SDK.

Describe the solution you'd like to see

User should be able to capture console logs and export them to OpenTelemetry backends.

Related to https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1558 and https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1559

martinkuba avatar Jul 05 '23 22:07 martinkuba

This would be super useful, especially for capturing errors that occur before a backend application can detect them and forward on to the collector.

davidwindell avatar Mar 20 '24 14:03 davidwindell