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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Disabled Amplitude Analytics console logging by default so transient transport
failures do not flood React Native console capture tools such as Sentry.
Added sanitized transport failure diagnostics to getDiagnostics() for
Analytics uploads and Experiment fetches without logging payloads or API keys.
Added safe diagnostics snapshots and surface-specific failure data so apps can
distinguish Analytics uploads, Experiment variant fetches, and Experiment flag
config fetches without logging identifiers.
Changed the default Experiment cache to durable Nitro storage so cached
feature assignments survive transient fetch failures and app restarts.