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
Fix native app User-Agent reporting on iOS and Android
Native gRPC-web API requests went out with the platform HTTP stack's
default User-Agent (okhttp's "okhttp/4.12.0" on Android, CFNetwork/Darwin
on iOS) instead of a recognisable CouchersNative identifier. Add a
UserAgentInterceptor that sets an explicit User-Agent on every unary API
request.
Also fix the "build unknown" segment: nativeBuildVersion is read from
expo-application instead of the no-longer-populated
Constants.nativeBuildVersion, and expo-application is promoted to a direct
dependency.
Fixes#8689Fixes#8692
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments