diff --git a/docs/mobile-apps/features/mobile-app-diagnostics/app-crash-logs.md b/docs/mobile-apps/features/mobile-app-diagnostics/crash-error-reporting.md similarity index 72% rename from docs/mobile-apps/features/mobile-app-diagnostics/app-crash-logs.md rename to docs/mobile-apps/features/mobile-app-diagnostics/crash-error-reporting.md index 3a535dd1aa..70dbe177d6 100644 --- a/docs/mobile-apps/features/mobile-app-diagnostics/app-crash-logs.md +++ b/docs/mobile-apps/features/mobile-app-diagnostics/crash-error-reporting.md @@ -1,14 +1,16 @@ --- -id: app-crash-logs -title: App Crash Logs -sidebar_label: App Crash Logs +id: crash-error-reporting +title: Crash/Error Reporting +sidebar_label: Crash/Error Reporting --- import useBaseUrl from '@docusaurus/useBaseUrl'; -The App Crash Logs feature on Sauce Labs' Real Device Cloud (RDC) platform facilitates the automatic capture and display of crash data, both during live and automated testing. This eliminates the necessity to integrate an SDK or connect crash reporting tools to our system. +

Real Devices Only

-Through the App Crash Logs feature, users gain access to a centralized view encompassing an array of app diagnostic signals. This expedites the debugging process for teams and reduces issue resolution time. Our primary objective is to establish expedited feedback loops for developers, enabling the early identification of risks and ensuring comprehensive coverage within the development cycle. With this enhanced capability, teams can effectively prioritize errors, crashes, and test failures based on complete data and context, focusing their efforts on the most critical issues. +The Crash/Error Reporting feature on Sauce Labs' Real Device Cloud (RDC) platform facilitates the automatic capture and display of crash data, both during live and automated testing. This eliminates the necessity to integrate an SDK or connect crash reporting tools to our system. + +Through the Crash/Error Reporting feature, users gain access to a centralized view encompassing an array of app diagnostic signals. This expedites the debugging process for teams and reduces issue resolution time. Our primary objective is to establish expedited feedback loops for developers, enabling the early identification of risks and ensuring comprehensive coverage within the development cycle. With this enhanced capability, teams can effectively prioritize errors, crashes, and test failures based on complete data and context, focusing their efforts on the most critical issues. Our tool has the capability to detect and record fatal errors (crashes) that occur during the testing of both iOS and Android apps. Specifically for Android apps, this information is sent to [Error Reporting](/error-reporting/getting-started/), enabling the viewing of detailed call stack information. Furthermore, our interface also renders all non-fatal errors and warnings originating from the native application visible. This feature streamlines debugging and facilitates seamless integration with other Mobile App Diagnostics components, ultimately enhancing issue identification and resolution efficiency. @@ -16,11 +18,23 @@ Our tool has the capability to detect and record fatal errors (crashes) that occ - A Sauce Labs account ([Log in](https://accounts.saucelabs.com/am/XUI/#login/) or sign up for a [free trial license](https://saucelabs.com/sign-up)) - A native Android, iOS, or iPadOS mobile app -- Make sure instrumentation is enabled, no other configuration is required. -## Viewing the App Crash Logs for Real Devices​ +## Using Crash/Error Reporting for Real Devices + +To use the Crash/Error Reporting feature, you must ensure that the functionality is enabled for your app. + +1. In Sauce Labs, from the left navigation, click **App Management**. + App Management +2. Upload your mobile app. + App Logs +3. After you’ve uploaded your app, locate it in the table and select **Settings** from the corresponding row. + Select Settings +4. Under **Real Device Settings** first enable **Instrumentation** and then toggle **Crash/Error Reporting** on. + Crash/Error Reporting App Setting + +## Viewing the App Crash Logs for Real Devices -The App Crash Logs feature is automatically activated when the [Instrumentation feature](/mobile-apps/features/mobile-app-diagnostics/interactions/#using-interactions-for-real-devices) is enabled. Upon detecting a crash, our system will exhibit an `App Crashed` label for the corresponding test result, regardless of the test's status. +Upon detecting a crash, our system will exhibit an `App Crashed` label for the corresponding test result, regardless of the test's status.
Mobile app settings navigation diff --git a/docs/mobile-apps/features/mobile-app-diagnostics/device-vitals.md b/docs/mobile-apps/features/mobile-app-diagnostics/device-vitals.md index 85fbedfcd9..e56ecd44b8 100644 --- a/docs/mobile-apps/features/mobile-app-diagnostics/device-vitals.md +++ b/docs/mobile-apps/features/mobile-app-diagnostics/device-vitals.md @@ -8,6 +8,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +

Real Devices Only

+ Device Vitals is a functionality that allows you to debug and observe an app’s performance during test execution for both, [Live](/mobile-apps/live-testing/live-mobile-app-testing/) and [Automated](/mobile-apps/automated-testing/) testing. With this feature, the app's performance is recorded during the test session and displayed for your test results. ## What You'll Need @@ -17,17 +19,16 @@ Device Vitals is a functionality that allows you to debug and observe an app’s ## Using Device Vitals for Real Devices -By default, Device Vitals is enabled if the instrumentation feature is enabled. -To enable device instrumentation: +To use Device Vitals, you must ensure that the functionality is enabled for your app. 1. In Sauce Labs, from the left navigation, click **App Management**. - App Logs + App Management 2. Upload your mobile app. App Logs -3. After you’ve uploaded your app, hover your mouse over your app, then select **Settings**. - App Logs -4. Under **Real Device Settings** toggle **Instrumentation** to **Enabled**. - App Logs +3. After you’ve uploaded your app, locate it in the table and select **Settings** from the corresponding row. + Select Settings +4. Under **Real Device Settings** first enable **Instrumentation** and then toggle **Device Vitals** on. + Device Vitals App Setting Now you can start your live or automated testing session. Your Device Vitals will be captured and be part of your test results. diff --git a/sidebars.js b/sidebars.js index c1420b5a41..3e8cabddb0 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1366,8 +1366,8 @@ module.exports = { collapsed: true, items: [ 'mobile-apps/features/mobile-app-diagnostics/app-logs', - 'mobile-apps/features/mobile-app-diagnostics/app-crash-logs', 'mobile-apps/features/mobile-app-diagnostics/device-vitals', + 'mobile-apps/features/mobile-app-diagnostics/crash-error-reporting', 'mobile-apps/features/mobile-app-diagnostics/interactions', 'mobile-apps/features/mobile-app-diagnostics/view-tree', 'mobile-apps/features/network-capture', diff --git a/static/img/mobile-apps/app-management-select-settings.png b/static/img/mobile-apps/app-management-select-settings.png new file mode 100644 index 0000000000..1d0a06cf4c Binary files /dev/null and b/static/img/mobile-apps/app-management-select-settings.png differ diff --git a/static/img/mobile-apps/app-management.png b/static/img/mobile-apps/app-management.png new file mode 100644 index 0000000000..754f1749dc Binary files /dev/null and b/static/img/mobile-apps/app-management.png differ diff --git a/static/img/mobile-apps/crash-error-reporting-app-setting.png b/static/img/mobile-apps/crash-error-reporting-app-setting.png new file mode 100644 index 0000000000..3dd621dcdc Binary files /dev/null and b/static/img/mobile-apps/crash-error-reporting-app-setting.png differ diff --git a/static/img/mobile-apps/device-vitals-app-setting.png b/static/img/mobile-apps/device-vitals-app-setting.png new file mode 100644 index 0000000000..ff5e7d61bc Binary files /dev/null and b/static/img/mobile-apps/device-vitals-app-setting.png differ