Unverified Commit 94aab69b authored by Andrew Yefanov's avatar Andrew Yefanov Committed by GitHub

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
parent f4de80f8
...@@ -16,3 +16,15 @@ props: ...@@ -16,3 +16,15 @@ props:
title: Application ID title: Application ID
hint: Found at the very end of the code snippet provided by New Relic Browser hint: Found at the very end of the code snippet provided by New Relic Browser
order: 2 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment