From c18ef3eaa619faa30e6d61066f0fbc35e6a1c845 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 24 Apr 2024 14:55:09 +0200 Subject: [PATCH] fix(404): do not include target, as it is redundant with URL --- 404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.html b/404.html index 291959fe2c..3baecc8d9a 100644 --- a/404.html +++ b/404.html @@ -26,7 +26,7 @@ btnContainer.append(backBtn); } } - sampleRUM('404', { source: document.referrer, target: window.location.href }); + sampleRUM('404', { source: document.referrer }); });