From bbd52b2669bcedb4e929a03b05721b4865b6ecf2 Mon Sep 17 00:00:00 2001 From: Jonathan Mezach Date: Fri, 7 Jul 2023 12:20:55 +0200 Subject: [PATCH] Add section about User IDs to README Signed-off-by: Jonathan Mezach --- plugins/analytics-module-new-relic/README.md | 4 ++++ 1 file changed, 4 insertions(+) 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