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');
16
16
const glob = require ( 'glob' ) ;
17
17
const pGitconfig = promisify ( gitconfig ) ;
18
18
const { readCypressConfigFile } = require ( './readCypressConfigUtil' ) ;
19
- const CrashReporter = require ( '../testObservability/crashReporter' ) ;
20
19
const { MAX_GIT_META_DATA_SIZE_IN_BYTES , GIT_META_DATA_TRUNCATED } = require ( './constants' )
21
20
22
21
exports . debug = ( text , shouldReport = false , throwable = null ) => {
23
22
if ( process . env . BROWSERSTACK_OBSERVABILITY_DEBUG === "true" || process . env . BROWSERSTACK_OBSERVABILITY_DEBUG === "1" ) {
24
23
logger . info ( `[ OBSERVABILITY ] ${ text } ` ) ;
25
24
}
26
- if ( shouldReport ) {
27
- CrashReporter . getInstance ( ) . uploadCrashReport ( text , throwable ? throwable && throwable . stack : null ) ;
28
- }
29
25
}
30
26
31
27
exports . getFileSeparatorData = ( ) => {
You can’t perform that action at this time.
0 commit comments