grafana / faro-web-sdk

The Grafana Faro Web SDK, part of the Grafana Faro project, is a highly configurable web SDK for real user monitoring (RUM) that instruments browser frontend applications to capture observability signals. Frontend telemetry can then be correlated with backend and infrastructure data for full-stack observability.
https://grafana.com/oss/faro/
Apache License 2.0
688 stars 62 forks source link

512 session manager started timestamp is reset on page load aka session resume #513

Closed codecapitano closed 4 months ago

codecapitano commented 4 months ago

Why

The started timestamp of a Faro session was reset for valid, resumed sessions on page-load. This will lead to start time drifting between client an backend which eventually leads to rejected sessions because the session reached the lifetime limit.

What

Links

Fixes issue: #512

Checklist