@tracelog/lib 1.8.1 → 2.0.0-rc.68.2

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.

Potentially problematic release.


This version of @tracelog/lib might be problematic. Click here for more details.

package/README.md CHANGED
@@ -212,7 +212,6 @@ TraceLog captures these events automatically (no code required):
212
212
  | `page_view` | Navigation, SPA route changes | ❌ Core event |
213
213
  | `click` | User interactions with elements | ❌ Core event |
214
214
  | `session_start` | New session creation | ❌ Core event |
215
- | `session_end` | Session termination (timeout, page unload) | ❌ Core event |
216
215
  | `scroll` | Scroll depth, velocity, engagement | ✅ Optional |
217
216
  | `web_vitals` | Core Web Vitals (LCP, INP, CLS, FCP, TTFB) | ✅ Optional |
218
217
  | `error` | JavaScript errors, promise rejections | ✅ Optional |