Telemetry Package (packages/telemetry)
The Telemetry package provides a unified logging and metrics interface for both the client applications and the backend services.
Features
- Unified Logger: A single logger interface that routes logs to the console in development, and to external aggregation services (like Sentry or Datadog) in production.
- Crash Reporting: Standardized error capture and stack trace formatting.
- Performance Metrics: Utilities for tracking function execution time, network latency, and React Native render cycles.