Skip to content

Commit e646ae7

Browse files
committed
update user-agent
1 parent 67dd517 commit e646ae7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/helpers/util.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
'use strict';
2+
const os = require("os");
3+
24
const usageReporting = require('./usageReporting'),
35
logger = require('./logger').winstonLogger,
46
Constants = require('./constants');
@@ -69,5 +71,5 @@ exports.setUsageReportingFlag = (bsConfig, disableUsageReporting) => {
6971
}
7072

7173
exports.getUserAgent = () => {
72-
return `BStack-Cypress-CLI`;
74+
return `BStack-Cypress-CLI/1.x (${os.arch()}/${os.platform()}/${os.release()})`;
7375
}

0 commit comments

Comments
 (0)