From 24cb203a1bab7e20e8c5c923e07fcb58a5411937 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Wed, 8 Oct 2025 15:10:57 +0200 Subject: [PATCH] RN: Document Session Replay in User Feedback --- docs/platforms/react-native/user-feedback/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/platforms/react-native/user-feedback/index.mdx b/docs/platforms/react-native/user-feedback/index.mdx index 8e942554bf674..ff3608b2e0a4c 100644 --- a/docs/platforms/react-native/user-feedback/index.mdx +++ b/docs/platforms/react-native/user-feedback/index.mdx @@ -82,6 +82,10 @@ Note that when the device is offline, the feedback will be stored locally and se +### Session Replay + +The User Feedback widget integrates seamlessly with Session Replay. When the widget is opened, the SDK buffers up to 30 seconds of the user's session. If feedback is submitted, this replay is sent along with the feedback, allowing you to view both the feedback and the user's actions leading up to the feedback submission. + ## User Feedback API The user feedback API allows you to collect user feedback while utilizing your own UI. You can use the same programming language you have in your app to send user feedback. In this case, the SDK creates the HTTP request so you don't have to deal with posting data via HTTP.