workleap-telemetry
Workleap Telemetry (wl-telemetry)
@workleap/telemetry is an umbrella package that integrates Honeycomb, LogRocket, and Mixpanel with consistent correlation IDs for unified debugging and analysis.
Platform Roles
- Honeycomb: Distributed tracing and performance monitoring (LCP, CLS, INP)
- LogRocket: Session replay and frontend debugging
- Mixpanel: Product analytics and event tracking
Quick Start
import { initializeTelemetry, TelemetryProvider } from "@workleap/telemetry/react";
More from workleap/wl-telemetry
workleap-telemetry-v2
|
2workleap-react-best-practices
React performance optimization guidelines for Single Page Applications (SPA) at Workleap. Use when writing, reviewing, or refactoring React SPA code to ensure optimal performance patterns. Triggers on tasks involving React components, state management, bundle optimization, re-render prevention, rendering performance, or JavaScript performance improvements. Covers async waterfall elimination, bundle size reduction, re-render optimization, rendering efficiency, JS micro-optimizations, and advanced React patterns. Does NOT cover server-side rendering (SSR), Next.js, or server components.
1