File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
bin/testObservability/helper Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -758,7 +758,7 @@ exports.setTestObservabilityFlags = (bsConfig) => {
758
758
isTestObservabilitySession = isTestObservabilitySession && this . isTestObservabilitySupportedCypressVersion ( bsConfig . run_settings . cypress_config_file ) ;
759
759
} catch ( e ) {
760
760
isTestObservabilitySession = false ;
761
- exports . debug ( `EXCEPTION while parsing testObservability capability with error ${ e } ` ) ;
761
+ exports . debug ( `EXCEPTION while parsing testObservability capability with error ${ e } ` , true , e ) ;
762
762
}
763
763
764
764
@@ -770,7 +770,7 @@ exports.setTestObservabilityFlags = (bsConfig) => {
770
770
if ( process . argv . includes ( '--disable-browserstack-automation' ) ) isBrowserstackInfra = false ;
771
771
} catch ( e ) {
772
772
isBrowserstackInfra = true ;
773
- exports . debug ( `EXCEPTION while parsing browserstackAutomation capability with error ${ e } ` ) ;
773
+ exports . debug ( `EXCEPTION while parsing browserstackAutomation capability with error ${ e } ` , true , e ) ;
774
774
}
775
775
776
776
You can’t perform that action at this time.
0 commit comments