Skip to main content

Log Network

Sauce Mobile App Distribution provides a powerful feature that allows you to log all network requests made by your mobile app. This logging capability facilitates the monitoring of network access, enabling you to identify potential issues, such as slow requests or HTTP 4xx error codes.

These issues might be challenging to locate manually but can significantly impact user experience. Sauce Mobile App Distribution will list all network requests on the session page. Fixing these issues will significantly improve the experience for your users.

example issues
note

See our Code Examples for more information.

Sending NSLog to Sauce Mobile App Distribution

The Sauce Mobile App Distribution SDK records your app while used so you can watch recorded sessions to solve problems faster. The SDK can record videos, screenshots, custom events, logs, and device metrics.

note

The Remote Logging method explains how to set iOS apps to send NSLogs to Sauce Mobile App Distribution (from iOS 10 and above).