Skip to content

Commit 51ffd5c

Browse files
Adding resigning requirement to vitals - RDC-1608
1 parent 224f3b1 commit 51ffd5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/test-configuration-options.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ capabilities.setCapability("sauce:options", sauceOptions);
14521452

14531453
<p><small>| OPTIONAL | BOOLEAN | <span className="sauceGreen">Real Devices Only</span> |</small></p>
14541454

1455-
Vitals enables memory, cpu, performance stats alongside UI interactions during the session.
1455+
Vitals enables memory, cpu, performance stats alongside UI interactions during the session. [`resigningEnabled`](#resigningenabled) needs to be enabled if this is set to `true`.
14561456

14571457
```java
14581458
MutableCapabilities capabilities = new MutableCapabilities();
@@ -1516,7 +1516,7 @@ capabilities.setCapability("sauce:options", sauceOptions);
15161516

15171517
<p><small>| OPTIONAL | BOOLEAN | <span className="sauceGreen">Real Devices Only</span> |</small></p>
15181518

1519-
Enables capturing and inclusion of detailed stack traces in the test results, providing insights into any application crashes that occur during testing.
1519+
Enables capturing and inclusion of detailed stack traces in the test results, providing insights into any application crashes that occur during testing. [`resigningEnabled`](#resigningenabled) needs to be enabled if this is set to `true`.
15201520

15211521
```java
15221522
MutableCapabilities capabilities = new MutableCapabilities();

0 commit comments

Comments
 (0)