Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: update accountId for public IO site
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Nov 7, 2022
1 parent 178d7e2 commit 34accbe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ module.exports = {
instrumentationType: 'proAndSPA',
accountId: '10956800',
trustKey: '1',
agentID: '35094807',
licenseKey: 'NRJS-a3f5e1047a2965d965f',
applicationID: '35094807',
agentID: '35095127',
licenseKey: 'NRJS-649173eb1a7b28cd6ab',
applicationID: '35095127',
beacon: 'staging-bam-cell.nr-data.net',
errorBeacon: 'staging-bam-cell.nr-data.net',
},
development: {
instrumentationType: 'proAndSPA',
accountId: '10956800',
trustKey: '1',
agentID: '35094808',
licenseKey: 'NRJS-a3f5e1047a2965d965f',
applicationID: '35094808',
agentID: '35095128',
licenseKey: 'NRJS-649173eb1a7b28cd6ab',
applicationID: '35095128',
beacon: 'staging-bam-cell.nr-data.net',
errorBeacon: 'staging-bam-cell.nr-data.net',
},
Expand Down

0 comments on commit 34accbe

Please sign in to comment.