Browse Source

fix: add beacon and error beacon newrelic parameters for eu region support (#4421)

* add beacon and error beacon newrelic parameters for eu region support
* add default NewRelic beacon URIs
pull/4480/head
Andrew Yefanov 3 years ago
committed by GitHub
parent
commit
94aab69ba8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions
  1. 2
      server/modules/analytics/newrelic/code.yml
  2. 12
      server/modules/analytics/newrelic/definition.yml

2
server/modules/analytics/newrelic/code.yml
File diff suppressed because it is too large
View File

12
server/modules/analytics/newrelic/definition.yml

@ -16,3 +16,15 @@ props:
title: Application ID
hint: Found at the very end of the code snippet provided by New Relic Browser
order: 2
beacon:
type: String
title: Beacon
default: bam.nr-data.net
hint: Found at the very end of the code snippet provided by New Relic Browser. Differs for US and EU servers.
order: 3
errorBeacon:
type: String
title: Error Beacon
default: bam.nr-data.net
hint: Found at the very end of the code snippet provided by New Relic Browser. Differs for US and EU servers.
order: 4
Loading…
Cancel
Save