فهرست منبع

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
Andrew Yefanov 3 سال پیش
والد
کامیت
94aab69ba8
2فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 0 0
      server/modules/analytics/newrelic/code.yml
  2. 12 0
      server/modules/analytics/newrelic/definition.yml

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
server/modules/analytics/newrelic/code.yml


+ 12 - 0
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

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است