@corbado/observe 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -685,7 +685,9 @@ declare class CorbadoTracker {
685
685
  * seq order matches `track()` call order within a tab. Every tracked event also bumps the
686
686
  * continuity session's `lastActiveAt`, so the inactivity window measures real user inactivity
687
687
  * instead of time-since-page-load (a long-lived active tab must not rotate the session on the next
688
- * reload).
688
+ * reload). An empty store while this load already has a session id means persistence is failing
689
+ * (or was cleared); the in-memory id is reused then — never re-minted — so a broken store degrades
690
+ * to one session per page load instead of one session per event.
689
691
  */
690
692
  private nextSeq;
691
693
  private updateDeviceDebounced;
package/dist/index.d.ts CHANGED
@@ -685,7 +685,9 @@ declare class CorbadoTracker {
685
685
  * seq order matches `track()` call order within a tab. Every tracked event also bumps the
686
686
  * continuity session's `lastActiveAt`, so the inactivity window measures real user inactivity
687
687
  * instead of time-since-page-load (a long-lived active tab must not rotate the session on the next
688
- * reload).
688
+ * reload). An empty store while this load already has a session id means persistence is failing
689
+ * (or was cleared); the in-memory id is reused then — never re-minted — so a broken store degrades
690
+ * to one session per page load instead of one session per event.
689
691
  */
690
692
  private nextSeq;
691
693
  private updateDeviceDebounced;