From fbc1a069ff98b5a59b89017486a9289142a16b68 Mon Sep 17 00:00:00 2001 From: EddeCCC Date: Tue, 10 Oct 2023 17:09:29 +0200 Subject: [PATCH] fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bd9e86..d05747f 100755 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ BOOMR.init({ instrument_user_interaction: true }, // Additional instrumentation config, which will be applied to all plugins - global_instrumentation_config: { - // Include request paramater to spans and the corresponding beacons + global_instrumentation: { + // Include request parameter to spans and the corresponding beacons requestParameter: { enabled: false, excludeKeysFromBeacons: [] //Keys, which should not be included in beacons, for instance due to cardinality concerns