definition.yml 1.0 KB

123456789101112131415161718192021222324252627282930
  1. key: newrelic
  2. title: New Relic Browser
  3. description: New Relic Browser provides deep visibility and insight into how your users are interacting with your application or website.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/newrelic.svg
  6. website: https://newrelic.com/products/browser-monitoring
  7. isAvailable: true
  8. props:
  9. licenseKey:
  10. type: String
  11. title: License Key
  12. hint: Found at the very end of the code snippet provided by New Relic Browser
  13. order: 1
  14. appId:
  15. type: String
  16. title: Application ID
  17. hint: Found at the very end of the code snippet provided by New Relic Browser
  18. order: 2
  19. beacon:
  20. type: String
  21. title: Beacon
  22. default: bam.nr-data.net
  23. hint: Found at the very end of the code snippet provided by New Relic Browser. Differs for US and EU servers.
  24. order: 3
  25. errorBeacon:
  26. type: String
  27. title: Error Beacon
  28. default: bam.nr-data.net
  29. hint: Found at the very end of the code snippet provided by New Relic Browser. Differs for US and EU servers.
  30. order: 4