Skip to content

Commit 6db244b

Browse files
committed
changing o11y url to prod
1 parent 8f65279 commit 6db244b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

browserstack-report-action/dist/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38273,8 +38273,7 @@ const constants = __nccwpck_require__(9350);
3827338273
class ReportService {
3827438274
constructor(authHeader) {
3827538275
this.authHeader = authHeader;
38276-
// this.apiUrl = 'https://api-observability.browserstack.com/ext/v1/builds/buildReport';
38277-
this.apiUrl = 'https://api-observability-preprod.bsstag.com/ext/v1/builds/buildReport';
38276+
this.apiUrl = 'https://api-observability.browserstack.com/ext/v1/builds/buildReport';
3827838277
}
3827938278

3828038279
async fetchReport(params) {

browserstack-report-action/src/services/ReportService.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ const constants = require('../../config/constants');
55
class ReportService {
66
constructor(authHeader) {
77
this.authHeader = authHeader;
8-
// this.apiUrl = 'https://api-observability.browserstack.com/ext/v1/builds/buildReport';
9-
this.apiUrl = 'https://api-observability-preprod.bsstag.com/ext/v1/builds/buildReport';
8+
this.apiUrl = 'https://api-observability.browserstack.com/ext/v1/builds/buildReport';
109
}
1110

1211
async fetchReport(params) {

0 commit comments

Comments
 (0)