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
@@ -384,6 +385,10 @@ exports.launchTestSession = async (user_config, bsConfigPath) => {
384
385
frameworkName : "Cypress" ,
385
386
frameworkVersion : exports . getPackageVersion ( 'cypress' , user_config ) ,
386
387
sdkVersion : helper . getAgentVersion ( )
388
+ } ,
389
+ 'product_map' : {
390
+ observability : true ,
391
+ turboscale : isTurboScaleSession ( user_config )
387
392
}
388
393
} ;
389
394
const config = {
You can’t perform that action at this time.
0 commit comments