Skip to content

Commit 224f3b1

Browse files
Device VItals doc takes into account the instrumentation decoupling
1 parent fc66f73 commit 224f3b1

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/mobile-apps/features/mobile-app-diagnostics/device-vitals.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,24 @@ Device Vitals is a functionality that allows you to debug and observe an app’s
1919

2020
## Using Device Vitals for Real Devices
2121

22-
To use Device Vitals, you must ensure that the functionality is enabled for your app.
22+
To use Device Vitals, you must ensure that the functionality is enabled for your app. You need to specify this separately for your Live and Automated tests.
2323

24+
### Upload Your App
2425
1. In Sauce Labs, from the left navigation, click **App Management**.
2526
<img src={useBaseUrl('img/mobile-apps/app-management.png')} alt="App Management" width="700"/>
2627
2. Upload your mobile app.
2728
<img src={useBaseUrl('img/mobile-apps/app-logs-8.png')} alt="App Logs" width="700"/>
28-
3. After you’ve uploaded your app, locate it in the table and select **Settings** from the corresponding row.
29+
30+
### Enabling Device Vitals for a Live Test
31+
1. After you’ve uploaded your app, locate it in the table and select **Settings** from the corresponding row.
2932
<img src={useBaseUrl('img/mobile-apps/app-management-select-settings.png')} alt="Select Settings" width="700"/>
30-
4. Under **Real Device Settings** first enable **Instrumentation** and then toggle **Device Vitals** on.
33+
2. Under **Real Device Settings** first enable **Instrumentation** and then toggle **Device Vitals** on.
3134
<img src={useBaseUrl('img/mobile-apps/device-vitals-app-setting.png')} alt="Device Vitals App Setting" width="700"/>
3235

33-
Now you can start your live or automated testing session. Your Device Vitals will be captured and be part of your test results.
36+
Now you can start your live testing session. Your Device Vitals will be captured and be part of your test results.
37+
38+
### Enabling Device Vitals for an Automated Test
39+
After you’ve uploaded your app, follow the [test configuration](/dev/test-configuration-options/#resigningenabled) instructions. Once you run your automated test the Device Vitals will be captured and be part of your test results.
3440

3541
## Device Vitals Metrics Overview
3642

0 commit comments

Comments
 (0)