Session Recording
DeSean Prentice
There are several Session Recording solutions out there that record the screen. This enables the developer to reproduce bugs more easily. (f.e. UXcam, SmartLook, LogRocket (web-only)). At this moment they only support ejected react-native applications because expo does not support this feature.
Fernando Rojo
Wodin: I can confirm it does work. You just need to use eas build instead of expo build. To use it locally, you need to use expo run:ios to build the custom dev client, and then expo start --dev-client to start the local bundler.
Wodin
Merged in a post:
Support with uxcam
K
Kadir Güloğlu
Fernando Rojo
This already works with Expo SDK 42 if you use a dev-client with a custom runtime.
Wodin
Merged in a post:
Appsee integration
ric0
Although Logrocket support for RN is on the roadmap, it's not sure when the integration will land.
On the other hand Appsee seems to be the current best choice for user session recordings using React Native.
Wodin
Based on the react-native-ux-cam installation documentation it looks like it should just work with EAS Build.
Elmon Lx
Wodin: Thanks for the update! Could you clarify how this would work?
Wodin
Elmon Lx: It should work similarly to Brent's pinned comment here: https://expo.canny.io/feature-requests/p/react-native-date-picker
Of course instead of
react-native-date-picker
, you'd specify react-native-ux-cam
See the info about custom dev clients, EAS Build,
expo run
etc. linked from Brent's comment.Fernando Rojo
Wodin: I can confirm it does work. You just need to use eas build instead of expo build. To use it locally, you need to use expo run:ios to build the custom dev client, and then expo start --dev-client to start the local bundler.
Elmon Lx
+1 for this! This integration would be really useful without having to detach from expo
Elmon Lx
Any updates? Allowing integration with session recording apps like UXCam and AppSee without having to detach from detach from Expo would be super useful!
Agnese Skuja
AppSee is gone now. Are there any alternative?
Shovel & Sandbox
This needs more attention.
Daniel Colgan
Hello, is this integration planned in near future? Any updates?
Connor O'Doherty
This is the last barrier holding back my team from committing to a managed Expo stack. Session viewing is extremely useful for early stage applications and for apps that target historically inaccessible users. AppSee and UXCam seem like the only candidates right now, but both require ejecting
Load More
→