Process comments
Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
@@ -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