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

Implement event-based instrumentation for web errors

Open martinkuba opened this issue 9 months ago • 0 comments

This should be a new package with instrumentation that generates events for browser unhandled errors and errors that happen outside of spans.

The instrumentation should use only the Events API as a dependency for generating the event.

The instrumentation should use semantic conventions defined in https://github.com/scheler/semantic-conventions/blob/browser-events-v2/docs/exceptions/exceptions-logs.md.

martinkuba avatar Apr 25 '24 23:04 martinkuba