diff --git a/docs/platforms/apple/guides/ios/session-replay/index.mdx b/docs/platforms/apple/guides/ios/session-replay/index.mdx index 39e7cd7eccbdd..93aa2d6e4dfa6 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: 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 recording happens even on the lowest version supported by the Sentry SDK. (Today that's iOS 12.)