File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
bin/testObservability/helper Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ const pGitconfig = promisify(gitconfig);
18
18
const logger = require ( "../../helpers/logger" ) . winstonLogger ;
19
19
const utils = require ( '../../helpers/utils' ) ;
20
20
const helper = require ( '../../helpers/helper' ) ;
21
+ const { isTurboScaleSession } = require ( '../../helpers/atsHelper' ) ;
21
22
22
23
const CrashReporter = require ( '../crashReporter' ) ;
23
24
@@ -400,6 +401,10 @@ exports.launchTestSession = async (user_config, bsConfigPath) => {
400
401
frameworkName : "Cypress" ,
401
402
frameworkVersion : exports . getPackageVersion ( 'cypress' , user_config ) ,
402
403
sdkVersion : helper . getAgentVersion ( )
404
+ } ,
405
+ 'product_map' : {
406
+ observability : true ,
407
+ turboscale : isTurboScaleSession ( user_config )
403
408
}
404
409
} ;
405
410
const config = {
You can’t perform that action at this time.
0 commit comments