From fad666437f40412e948434be8e5576190ea7617a Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Mon, 12 Dec 2022 13:52:29 +0100 Subject: [PATCH] fix(rum): add required RUM_GENERATION --- scripts/scripts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/scripts.js b/scripts/scripts.js index 4c08576..e09d660 100644 --- a/scripts/scripts.js +++ b/scripts/scripts.js @@ -9,7 +9,7 @@ * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ - +const RUM_GENERATION = 'alexforbes-1'; /** * log RUM if part of the sample. * @param {string} checkpoint identifies the checkpoint in funnel @@ -1289,4 +1289,4 @@ async function decoratePage() { loadDelayed(); } -decoratePage(window); \ No newline at end of file +decoratePage(window);