diff --git a/plugins/analytics-module-new-relic/README.md b/plugins/analytics-module-new-relic/README.md index ada06c991d..d278597c93 100644 --- a/plugins/analytics-module-new-relic/README.md +++ b/plugins/analytics-module-new-relic/README.md @@ -68,6 +68,10 @@ app: cookiesEnabled: true ``` +### User IDs + +This plugin supports sending user context to New Relic Browser by providing a User ID. This requires instantiating the `NewRelicBrowser` instance with an `identityApi` instance passed to it, but this is optional. If omitted the plugin will not send user context to New Relic Browser. + ## Development If you would like to contribute improvements to this plugin, the easiest way to