Skip to content

Commit 2b43b3a

Browse files
authored
chore: Update browser-agent-2-query account reporting (#1707)
1 parent ed1bd9f commit 2b43b3a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/build-agent2query/templates/latest-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ NREUM.init = {
3434
}
3535
}
3636
NREUM.feature_flags = ['soft_nav', 'websockets']
37-
NREUM.info = { beacon: 'staging-bam-cell.nr-data.net', errorBeacon: 'staging-bam-cell.nr-data.net', licenseKey: '{{{latestLicenseKey}}}', applicationID: '275822177', sa: 1 }
37+
NREUM.info = { beacon: 'staging-bam-cell.nr-data.net', errorBeacon: 'staging-bam-cell.nr-data.net', licenseKey: '{{{latestLicenseKey}}}', applicationID: '77606036', sa: 1 }

.github/actions/build-agent2query/templates/released-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ NREUM.init = {
3030
cookies_enabled: true
3131
},
3232
ajax: {
33-
deny_list: ['staging-bam-cell.nr-data.net']
33+
deny_list: ['bam.nr-data.net']
3434
}
3535
}
3636
NREUM.feature_flags = ['soft_nav', 'websockets']
37-
NREUM.info = { beacon: 'staging-bam-cell.nr-data.net', errorBeacon: 'staging-bam-cell.nr-data.net', licenseKey: '{{{releasedLicenseKey}}}', applicationID: '275822177', sa: 1 }
37+
NREUM.info = { beacon: 'bam.nr-data.net', errorBeacon: 'bam.nr-data.net', licenseKey: '{{{releasedLicenseKey}}}', applicationID: '1431909786', sa: 1 }

0 commit comments

Comments
 (0)