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) => {
758758 isTestObservabilitySession = isTestObservabilitySession && this . isTestObservabilitySupportedCypressVersion ( bsConfig . run_settings . cypress_config_file ) ;
759759 } catch ( e ) {
760760 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 ) ;
762762 }
763763
764764
@@ -770,7 +770,7 @@ exports.setTestObservabilityFlags = (bsConfig) => {
770770 if ( process . argv . includes ( '--disable-browserstack-automation' ) ) isBrowserstackInfra = false ;
771771 } catch ( e ) {
772772 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 ) ;
774774 }
775775
776776
You can’t perform that action at this time.
0 commit comments