WebView Monitoring¶
WebView Data Monitoring¶
For WebView data monitoring, you need to integrate the Web Monitoring SDK into the WebView access page.
If you also need to support data collection from web applications in desktop browsers, it is recommended to follow the recommended configuration for desktop application access.
When the collection scenario is limited to WebView within an App and does not need to support web applications in desktop browsers, after completing the basic Web SDK access configuration, you can use any applicationId for initialization.
After normal initialization, the collection data from WebView within the App is by default taken over uniformly by the App side.
If you need to disable WebView collection or filter the collection scope by host, you can refer to the following configuration instructions:
FTRUMConfig.setEnableTraceWebViewFTRUMConfig.setAllowWebViewHost
Common Troubleshooting Entry Points¶
- If custom WebView automatic collection does not take effect, please refer to Troubleshooting.
- If you need to manually identify custom WebView, please refer to the
knownWebViewClassesconfiguration instructions in Application Access.