opentelemetry-js-contrib
opentelemetry-js-contrib copied to clipboard
Instrumentation to capture console logs as OTel logs
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
This would be super useful, especially for capturing errors that occur before a backend application can detect them and forward on to the collector.