We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5dea51 commit 552b004Copy full SHA for 552b004
bin/testObservability/helper/constants.js
@@ -3,7 +3,7 @@ const path = require('path');
3
exports.consoleHolder = Object.assign({},console);
4
exports.BATCH_SIZE = 1000;
5
exports.BATCH_INTERVAL = 2000;
6
-exports.API_URL = 'https://collector-observability.browserstack.com';
+exports.API_URL = 'https://collector-observability-preprod.bsstag.com';
7
8
exports.IPC_EVENTS = {
9
LOG: 'testObservability:cypressLog',
0 commit comments