Skip to content

Commit

Permalink
chore: update new-relic agent id
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Jan 30, 2024
1 parent 8ee21f8 commit 6d14644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/new-relic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineNuxtPlugin(() => {
const options = {
init: { distributed_tracing: { enabled: true }, privacy: { cookies_enabled: true }, ajax: { deny_list: ['bam.eu01.nr-data.net'] } },
info: { beacon: 'bam.eu01.nr-data.net', errorBeacon: 'bam.eu01.nr-data.net', licenseKey: 'NRJS-1b1f41c1d6baafe183c', applicationID: config.newRelic.applicationId, sa: 1 },
loader_config: { accountID: '4337277', trustKey: '4337277', agentID: '538559115', licenseKey: 'NRJS-1b1f41c1d6baafe183c', applicationID: config.newRelic.applicationId },
loader_config: { accountID: '4337277', trustKey: '4337277', agentID: '538559409', licenseKey: 'NRJS-1b1f41c1d6baafe183c', applicationID: config.newRelic.applicationId },
}

const _ = new BrowserAgent(options)
Expand Down

0 comments on commit 6d14644

Please sign in to comment.