From 6a6c5a9d5c8fcc17e40b72f98a593678a740bb39 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Thu, 5 Sep 2024 14:16:20 -0400 Subject: [PATCH 1/2] replay mobile: ios faq --- docs/platforms/apple/guides/ios/session-replay/index.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/platforms/apple/guides/ios/session-replay/index.mdx b/docs/platforms/apple/guides/ios/session-replay/index.mdx index 39e7cd7eccbdd..1a429c7b83cb8 100644 --- a/docs/platforms/apple/guides/ios/session-replay/index.mdx +++ b/docs/platforms/apple/guides/ios/session-replay/index.mdx @@ -95,3 +95,11 @@ Errors that happen on the page while a replay is running will be linked to the r - The replay was rate-limited and couldn't be accepted. - The replay was deleted by a member of your org. - There were network errors and the replay wasn't saved. + +### FAQ + +Q: Doesn't it work with SwiftUI? +A: Yes. Session Replay works with UIKit as well as SwiftUI. + +Q: What's the lowest version of iOS supported? +A: Session Replay doesn't require a more modern iOS version to work. Recording happens even on the lowest version supported by the Sentry SDK. Today that's iOS 12. From 48075e6016e24e880fc763c1f7625517b3df623a Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Tue, 10 Sep 2024 16:24:52 -0400 Subject: [PATCH 2/2] Update docs/platforms/apple/guides/ios/session-replay/index.mdx Co-authored-by: Liza Mock --- docs/platforms/apple/guides/ios/session-replay/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/platforms/apple/guides/ios/session-replay/index.mdx b/docs/platforms/apple/guides/ios/session-replay/index.mdx index 1a429c7b83cb8..93aa2d6e4dfa6 100644 --- a/docs/platforms/apple/guides/ios/session-replay/index.mdx +++ b/docs/platforms/apple/guides/ios/session-replay/index.mdx @@ -98,8 +98,8 @@ Errors that happen on the page while a replay is running will be linked to the r ### FAQ -Q: Doesn't it work with SwiftUI? -A: Yes. Session Replay works with UIKit as well as SwiftUI. +Q: Does Session Replay work with SwiftUI? +A: Yes. It works with both UIKit and SwiftUI. Q: What's the lowest version of iOS supported? -A: Session Replay doesn't require a more modern iOS version to work. Recording happens even on the lowest version supported by the Sentry SDK. Today that's iOS 12. +A: Session Replay recording happens even on the lowest version supported by the Sentry SDK. (Today that's iOS 12.)