open-telemetry / opentelemetry-js-contrib

OpenTelemetry instrumentation for JavaScript modules
https://opentelemetry.io
Apache License 2.0
703 stars 516 forks source link

Implement browser Page Navigation Timing event instrumentation #2151

Open martinkuba opened 6 months ago

martinkuba commented 6 months ago

This should be a new instrumentation package. The instrumentation should use only the Events API as a dependency for generating the event.

The event semantic conventions are drafted here (and part of https://github.com/open-telemetry/semantic-conventions/pull/838).

Archish27 commented 5 months ago

What is the ETA for the same?