You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(Telemetry): implement no-op telemetry client and runtime gate for mobile
- Introduced NoOpTelemetryClient to handle telemetry requests when telemetry is disabled on mobile.
- Added TelemetryRuntimeGate to manage telemetry functionality based on mobile host status.
- Updated various telemetry methods to return early if telemetry is disabled, improving performance and preventing unnecessary operations.
- Enhanced existing telemetry methods to respect the new runtime gate, ensuring consistent behavior across the telemetry system.
0 commit comments