https://github.com/flashcat-cloud/fc-ios-sdkFlashcatCore: Core SDKFlashcatRUM: RUM functionality moduleapplication(_:didFinishLaunchingWithOptions:) method of your AppDelegate.swift:production, staging (required).pending: SDK starts collecting and batching data but does not send to Flashcat, waiting for new tracking consent value.granted: SDK starts collecting data and sending to Flashcat.notGranted: SDK does not collect any dataFlashcat.set(trackingConsent:).AppDelegate:URLSession instances, you need to enable URLSessionInstrumentation and pass in your delegate class type:DefaultUIKitRUMViewsPredicate. The SDK tracks the lifecycle of UIViewController, automatically recording view display and hiding.trackRUMView(name:) method automatically starts and stops view tracking when the SwiftUI view appears and disappears.DefaultUIKitRUMActionsPredicate..trackRUMTapAction(name:) modifier:.trackRUMTapAction(name:) inside List may affect default gestures (for example, disabling Button actions or breaking NavigationLink). For List elements, it is recommended to use the custom action API.FlashcatWebView module.webView: The WKWebView instance to trackhosts: List of allowed domains for tracking, supports wildcardsFlashcat keyword in the Xcode console to view SDK initialization and data reporting logs