diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a2d5f4988a..5c957807cf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/plugins/analytics-module-newrelic-browser/README.md b/plugins/analytics-module-newrelic-browser/README.md index a94a60575e..37c335d295 100644 --- a/plugins/analytics-module-newrelic-browser/README.md +++ b/plugins/analytics-module-newrelic-browser/README.md @@ -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: diff --git a/plugins/analytics-module-newrelic-browser/config.d.ts b/plugins/analytics-module-newrelic-browser/config.d.ts index 22e99f3a15..9f90e1cd8f 100644 --- a/plugins/analytics-module-newrelic-browser/config.d.ts +++ b/plugins/analytics-module-newrelic-browser/config.d.ts @@ -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';