Process comments

Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
Jonathan Mezach
2023-07-12 20:09:49 +02:00
parent 369b0948c9
commit 8944880a2d
3 changed files with 3 additions and 3 deletions
@@ -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
View File
@@ -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';