Process comments
Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
/plugins/adr @backstage/maintainers @kuangp
|
||||
/plugins/adr-* @backstage/maintainers @kuangp
|
||||
/plugins/allure @backstage/maintainers @deepak-bhardwaj-ps
|
||||
/plugins/analytics-module-nr @backstage/maintainers @jmezach
|
||||
/plugins/analytics-module-newrelic-browser @backstage/maintainers @jmezach
|
||||
/plugins/apache-airflow @backstage/maintainers @cmpadden
|
||||
/plugins/api-docs @backstage/maintainers @backstage/sda-se-reviewers
|
||||
/plugins/azure-devops @backstage/maintainers @marleypowell @awanlin
|
||||
|
||||
@@ -10,7 +10,7 @@ This plugin contains no other functionality.
|
||||
|
||||
```sh
|
||||
# From your Backstage root directory
|
||||
yarn add --cwd packages/app @backstage/plugin-analytics-module-nr
|
||||
yarn add --cwd packages/app @backstage/plugin-analytics-module-newrelic-browser
|
||||
```
|
||||
|
||||
2. Wire up the API implementation to your App:
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ export interface Config {
|
||||
analytics?: {
|
||||
nr: {
|
||||
/**
|
||||
* Whether to use New Relic's EU Datacenter endpoints, defaults to false
|
||||
* Data ingestion endpoint to use, either bam.eu01.nr-data.net (EU) or bam.nr-data.net (US)
|
||||
* @visibility frontend
|
||||
*/
|
||||
endpoint: 'bam.eu01.nr-data.net' | 'bam.nr-data.net';
|
||||
|
||||
Reference in New Issue
Block a user