Skip to content

Commit 552b004

Browse files
Adding o11y preprod url
1 parent a5dea51 commit 552b004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/testObservability/helper/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const path = require('path');
33
exports.consoleHolder = Object.assign({},console);
44
exports.BATCH_SIZE = 1000;
55
exports.BATCH_INTERVAL = 2000;
6-
exports.API_URL = 'https://collector-observability.browserstack.com';
6+
exports.API_URL = 'https://collector-observability-preprod.bsstag.com';
77

88
exports.IPC_EVENTS = {
99
LOG: 'testObservability:cypressLog',

0 commit comments

Comments
 (0)