Capturing Web Views

Display the contents of a WKWebView in iOS recordings

If your iOS app uses a web view to render content from a URL, the view’s contents will be included in the mobile session playback as long as the following is true:
  • The app is on version 1.18.0 or higher of the iOS SDK
  • The iOS SDK has been initialized in the mobile app (see docs)
  • The web SDK is initialized in the rendered web page, using the same app ID as the surrounding mobile session (see docs)

The events we record for web sessions (clicks, site navigation, etc.) will appear alongside mobile events in session playback. The linked recordings will only count as a single session against your quota.