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
We are trying to implement session replay in our expo app and are experiencing a fatal crash on launch for Android.
UnexpectedNativeTypeException
Value for distinctId cannot be cast from Double to String
Value for anonymousId cannot be cast from Double to String
com.facebook.react.bridge.ReadableNativeMap in checkInstance at line 143
com.facebook.react.bridge.ReadableNativeMap in getNullableValue at line 131
com.facebook.react.bridge.ReadableNativeMap in getString at line 165
com.posthogreactnativesessionreplay.PosthogReactNativeSessionReplayModule in start$lambda$1 at line 45
com.posthogreactnativesessionreplay.PosthogReactNativeSessionReplayModule in $r8$lambda$4lHZBEqnYa_uAoGrVwqBKk2ltOU
com.posthogreactnativesessionreplay.PosthogReactNativeSessionReplayModule$$ExternalSyntheticLambda0 in run at line 12
android.os.Handler in handleCallback at line 883
android.os.Handler in dispatchMessage at line 100
android.os.Looper in loop at line 241
android.app.ActivityThread in main at line 7604
java.lang.reflect.Method in invoke
com.android.internal.os.RuntimeInit$MethodAndArgsCaller in run at line 492
com.android.internal.os.ZygoteInit in main at line 941
Bug description
We are trying to implement session replay in our expo app and are experiencing a fatal crash on launch for Android.
How to reproduce
We were not seeing this issue until we implemented
posthog-react-native-session-replay
and bumped both posthog libraries.Related sub-libraries
Additional context
Thank you for your bug report – we love squashing them!
The text was updated successfully, but these errors were encountered: