File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,12 @@ const { spawn, execSync } = require('child_process');
1616const glob = require ( 'glob' ) ;
1717const pGitconfig = promisify ( gitconfig ) ;
1818const { readCypressConfigFile } = require ( './readCypressConfigUtil' ) ;
19- const CrashReporter = require ( '../testObservability/crashReporter' ) ;
2019const { MAX_GIT_META_DATA_SIZE_IN_BYTES , GIT_META_DATA_TRUNCATED } = require ( './constants' )
2120
2221exports . debug = ( text , shouldReport = false , throwable = null ) => {
2322 if ( process . env . BROWSERSTACK_OBSERVABILITY_DEBUG === "true" || process . env . BROWSERSTACK_OBSERVABILITY_DEBUG === "1" ) {
2423 logger . info ( `[ OBSERVABILITY ] ${ text } ` ) ;
2524 }
26- if ( shouldReport ) {
27- CrashReporter . getInstance ( ) . uploadCrashReport ( text , throwable ? throwable && throwable . stack : null ) ;
28- }
2925}
3026
3127exports . getFileSeparatorData = ( ) => {
You can’t perform that action at this time.
0 commit comments